Database Connection using C++
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is it possoble to connect any database through c++? How is it possible. Thanks in Advance
No its not possible. Well really, yes, there are lots of ways. The most popular two are ADO and ODBC. Now where to begin. http://www.codeproject.com/database/caaadoclass1.asp[^] Carlos has put together some great wrappers around ADO which is a COM based method of connecting to databases. If your new to database programming it may be worthwhile reaing up on what ADO and ODBC are on MSDN.