Thread: c++ project advice

  1. #1
    Registered User
    Join Date
    Nov 2002
    Posts
    3

    c++ project advice

    I am interested in doing a small project where I write a screen that allows me to update and retrieve information from a database using c++. The update/retrieve screen would preferably be a windows screen. Can anyone recommend an inexpensive or free database package that has a simple api that works well with c++? Thanks.

  2. #2
    Registered User
    Join Date
    Jun 2003
    Posts
    245
    I've used mySQL in the past and found that it works well.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    41
    I second the motion for mySQL: great, fast and commonly used so there're lots of docs on it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Project Help please!
    By black_hole??? in forum C++ Programming
    Replies: 4
    Last Post: 04-28-2009, 12:55 AM
  2. possible project
    By subdene in forum C++ Programming
    Replies: 6
    Last Post: 09-26-2003, 01:33 PM
  3. need advice on project
    By lambs4 in forum C Programming
    Replies: 2
    Last Post: 07-23-2003, 01:06 PM
  4. Remove ActiveX from VC++ project
    By cr_naik in forum Windows Programming
    Replies: 2
    Last Post: 07-02-2003, 11:15 AM
  5. DJGPP project problems
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 06-08-2002, 07:16 PM