Just a quick question, is it possible to read and write to a Microsoft Access database using basic C? if so what is a basic method of doing this.
Edit records in Microsoft Access
Started by Shparky, Mar 02 2009 07:06 PM
3 replies to this topic
#1
Posted 02 March 2009 - 07:06 PM
|
|
|
#2
Posted 02 March 2009 - 07:11 PM
If you know the file structure of Access... sure. After all, Access is written in C or C++. You're better off using the Windows API to connect to ODBC, in my opinion. You can then issue SQL commands for your updates.
#3
Posted 02 March 2009 - 07:32 PM
No unfortunately I'm not sure on the Access structuring system. The SQL idea sounds good, I'm relatively new to C using to access databases and was wondering if it is possible to get a sample structure of this implementation.
#4
Posted 02 March 2009 - 08:16 PM
Unfortunately, the Windows API is not my strong suit (it's not even in my hand :) ). You can find a lot of tutorials and other information on it with Google, however.


Sign In
Create Account

Back to top









