Thread: VC++ & MS Acess

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    1

    VC++ & MS Acess

    I would like to design a database aware application in VC++. The database has been designed already in MS Access (*mdb) but I would like to manipulate the database in VC++ enviroment. What are the what other options are available to me APART from utilising ODBC database access routines?

    Thanks all

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    ADO and ADO.NET are the most recent object models for working with databases.....but most published books covering them are VB specific......MSDN does have some good articles on using ADO in VC++ though

    Also, MFC does have some support for DAO which is fine for Access stuff.....again, see MSDN or try Codeproject.com or Codeguru.com for examples

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. Heapsort
    By xENGINEERx in forum C Programming
    Replies: 2
    Last Post: 03-30-2008, 07:17 PM
  3. Difference in MSVC 6 & MS VC .Net
    By passionate_guy in forum C Programming
    Replies: 1
    Last Post: 01-23-2006, 06:39 AM
  4. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  5. The Timing is incorret
    By Drew in forum C++ Programming
    Replies: 5
    Last Post: 08-28-2003, 04:57 PM