Thread: How do I connect to Ms-Access using C++?

  1. #1
    Registered User
    Join Date
    Jun 2003
    Posts
    3

    How do I connect to Ms-Access using C++?

    Hi everyone,
    Could someone please tell me how can I connect to an MS-Access database through my C++ program ?

    Thanks in advance for any help..

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    I'll put as much effort in my answer as you did your question. Google is your friend. Use it.

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    3

    hmm.

    Thanks quzah for all your effort....

    Is there anyone else who could help me out with this?I only know how to connect to Sybase SQL server using dblibrary.But what should I use if My database is in Ms-Access?

    Thanks,
    Ekta.

  4. #4
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    A number of ways;

    ODBC API
    DAO via MFC (VC++ only)
    ADO via VC++ class generator

    A little info on all is available via a search on this site, but your best bet is a search on MSDN

  5. #5
    Registered User
    Join Date
    Jun 2003
    Posts
    3

    Thanks Fordy.

    Thanks a lot Fordy.I'll check out all those on MSDN.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MS Access Insert/Update
    By BobDole in forum Tech Board
    Replies: 3
    Last Post: 08-25-2007, 08:45 PM
  2. CGI with MS Access database integration
    By Tarran in forum Tech Board
    Replies: 12
    Last Post: 01-11-2005, 09:47 AM
  3. How to display image in PictureBox from MS Access
    By Estella in forum C# Programming
    Replies: 1
    Last Post: 11-22-2004, 08:42 PM
  4. MS Exchange Calender access
    By maes in forum Windows Programming
    Replies: 2
    Last Post: 07-17-2004, 02:17 AM
  5. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM