Wednesday, December 23, 2009

Any tutorials for using C++ to connect Microsoft SQL?

I'm using Microsoft Visual C++ 6.0.





I want to develop a console application which will connect to Microsoft SQL Server 2005 Express, and then display the content of a table using 'cout'





How to do it?


Any tutorial website address will be appreciated. Any tutorials for using C++ to connect Microsoft SQL?
use ADO or DAO !


You can find some useful article in c++ on http://www.intelliproject.net

No comments:

Post a Comment