You can use ODBC and the MFC classes:
-CDatabase
-CRecordset
This classes have all the functions you need.
There are also some API calls but I don't recomend them because they are a lot more complicated for the same result.
Hope this helps,s-)
Blessed is he who in the name of justice and good will, shepards the week through the valley of darknees...
Some databases has theyrs own APIs. They are much faster than ODBC. Usualy ODBC is the fastest way to access databases. DAO can be sometimes faster than ODBC. If you're using Oracle or MySQL look up for theyrs own APIs. John Fill
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.