Connecting a C++ Program to an Access Database
I am quite new to C++. I have a project to make in which I have to connect a C++ Program to a Microsoft Access Database. So开发者_开发百科 this is what I have to do:
Make the Access Database ( I can do this.)
Connect the Database with C++ Forms Program ( This is what I need help in.)
So I just want to know three things.
What should I use in the program itself to show the records, data, etc. ( What control?)
How to link the database to the program.
What methods can I use? ( get record, delete record, query, etc)
精彩评论