Thread: How to access Data bases via C++

  1. #1
    Registered User
    Join Date
    Mar 2002
    Posts
    18

    How to access Data bases via C++

    Hi All,
    Are there any libraries that I would need in order to access databases such as MS Access DB's?
    I understand that this can be done using MFC, but I'd prefer not to use it.
    Also are there any websites/tutorials that yee could recommend on this?
    Thanks,
    Donal

  2. #2
    Seeking motivation... endo's Avatar
    Join Date
    May 2002
    Posts
    537
    ODBC (Open DataBase Connectivity) is what you're after but I don't know of any good websites for it, sorry.

  3. #3
    Registered User
    Join Date
    Mar 2002
    Posts
    18
    Thanks endo,
    Does anyone know of ony good tutorials/Sites for C++ ODBC Programming??
    Cheers,
    Donal

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Which Data Access Technologies to use?
    By MarlonDean in forum C++ Programming
    Replies: 0
    Last Post: 03-06-2009, 01:32 AM
  2. why I cannot access private data of a friend
    By patiobarbecue in forum C++ Programming
    Replies: 2
    Last Post: 02-08-2009, 06:01 AM
  3. Not able to access private data members
    By smitsky in forum C++ Programming
    Replies: 31
    Last Post: 05-09-2004, 07:06 PM
  4. How do I access data in a STL Map?
    By Dragoon_42 in forum C++ Programming
    Replies: 1
    Last Post: 04-09-2004, 07:32 PM
  5. can't insert data into my B-Tree class structure
    By daluu in forum C++ Programming
    Replies: 0
    Last Post: 12-05-2002, 06:03 PM