Thursday, July 30, 2009

How to connect MSaccess as backend to c++.?

i am a engg student,and i am doing a project on library management system in c++.i want to know how to connect ms access as backend to c++ to use the database....

How to connect MSaccess as backend to c++.?
First, you'll want to set the database up so it can communicate through ODBC. I don't know Access too well, but you should be able to find documentation on how to do this. It should be rather straightforward.





Once you have the database set up to communicate through ODBC, you can use the ODBC library to talk to the database. If you are knowledgeable of MFC, then your life will be much simpler, otherwise you will need to use the low-level ODBC functionality to talk to the database.


No comments:

Post a Comment