C++ and Database
Database
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, Is there any article available here which gives me an idea of connecting a c++ application to the database. I want to write a console database application. I don't want to use the MFC classes. Kindly help. regards, vini
Then you can use ODBC directly. Or, better yet, get or write your own wrapper classes around ODBC. I have used my own set of ODBC wrapper classes since ODBC came out. Never have to think about it again... onwards and upwards...