I am looking to be able to pull up files from ms access using C++.
this is for a college senior project.
We currently have a rfid reader that will read a tag and display its unique tag number using C++ we now want to link each tag to a different person that we will make up. Each person will have a file in access with some info about them.
any suggestions.
Thanks
Pete

>>any suggestions
1. you can use ODBC, this is the oldest and most popular method of acccessing SQL databases. Just use google and you will find free c++ classes and instructions.

2. review the Enroll tutorial at www.microsoft.com -- it uses MFC which you might or might not want. If not, then use ODBC.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.