Thread: read from a database

  1. #1
    Unregistered
    Guest

    Question read from a database

    We shall create a server which have connect to a database and read from it. When we transform the data from the database to the client can we use simply sql-commands directly or are we need to include something first?

    We write in c, but use vc++

  2. #2
    Registered User
    Join Date
    Dec 2001
    Posts
    88
    if you want to communicate with a database you need the database api

    look at www.mysql.com for information about the sql api...
    Hope you don't mind my bad english, I'm Austrian!

  3. #3
    Unregistered
    Guest

    Smile

    thanx!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  2. Replies: 10
    Last Post: 05-18-2006, 11:23 PM
  3. Developing database management software
    By jdm in forum C++ Programming
    Replies: 4
    Last Post: 06-15-2004, 04:06 PM
  4. database application help.
    By Billy Baroo in forum Linux Programming
    Replies: 1
    Last Post: 09-02-2002, 06:23 PM
  5. File Database & Data Structure :: C++
    By kuphryn in forum C++ Programming
    Replies: 0
    Last Post: 02-24-2002, 11:47 AM