How to work with database using api not using mfc and owl?Is there any reference?
Printable View
How to work with database using api not using mfc and owl?Is there any reference?
For Windows, look up the ODBC API on MSDN.
What type of database are you using, anyway? I think MySQL and PostgreSQL both have native C APIs that you can use.
MySQL also has a very good C++ API.
Then there are several COM/Automation based database access APIs, mainly the now deprecated DAO and the new ADO.
Is there any sample on database not using doc and view arct just using winapi?