PDA

Click to See Complete Forum and Search --> : database


purusingh
Jun 11th, 2002, 09:54 AM
How to work with database using api not using mfc and owl?Is there any reference?

parksie
Jun 11th, 2002, 04:17 PM
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.

CornedBee
Jun 12th, 2002, 05:09 AM
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.

purusingh
Jun 12th, 2002, 06:03 AM
Is there any sample on database not using doc and view arct just using winapi?