How to connect to sql database without ODBC ?
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
Hi everyone. I would like to connect to an sql database using MDAC. Can anyone give me a piece of code that shows how to create the connection object and what headers/other file I have to use ? THANKZ.:confused:
Check out some of these articles http://www.codeproject.com/database and use one of the ADO classes.
-
Check out some of these articles http://www.codeproject.com/database and use one of the ADO classes.