Thread: database programming

  1. #1
    Registered User
    Join Date
    Feb 2002
    Posts
    29

    Question database programming

    Hi there,

    I have programmed in C now for 2+ years but have not had the opportunity to learn how to use C to connect to and query databases. There are many C/SQL roles out ther ... is database programming difficult with lots to learn ?

    Are there any good tutorials out there on this topic ?

    Thanks,


    bigSteve
    bigSteve

  2. #2
    Registered User codingmaster's Avatar
    Join Date
    Sep 2002
    Posts
    309
    visit: www.mysql.org and download the MySQLC++ API (have a look into the documentation)

    or search google (google is the best way to get information)!!!

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    85
    hey,

    database programming is not difficult; as a matter of fact it is extremely interesting, especially when it gets down to using embedded sql.

    if you have no prior knowledge of db programming, i suggest you go over the basic but extremely important concepts of db programming (i.e. create, drop, alter and view tables, integrity enhancement features, entity integrity, referential integrity, schema, creating views, etc.) then you can do some embedded sql programming.

    there is a lot of tutorials out there on the net just do a search on google and you'll see them:

    http://www.google.ca/search?hl=en&ie...tutorial&meta=

    cheers,
    Ben
    Medical Robotics: "Pursuing perfection in healthcare through innovations in robotics and information technologies for medicine and surgery."

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. literature database: help with planning
    By officedog in forum C++ Programming
    Replies: 1
    Last Post: 01-23-2009, 12:34 PM
  2. Creating a database
    By Shamino in forum Game Programming
    Replies: 19
    Last Post: 06-10-2007, 01:09 PM
  3. Replies: 10
    Last Post: 05-18-2006, 11:23 PM
  4. Developing database management software
    By jdm in forum C++ Programming
    Replies: 4
    Last Post: 06-15-2004, 04:06 PM
  5. Making a Simple Database System
    By Speedy5 in forum C++ Programming
    Replies: 1
    Last Post: 03-14-2003, 10:17 PM