database in c++

heloo im a beginer in c++ i still learn now i get to learn how to conect the database made in sql to my program wich i made in c++.
thanks a lot.
bye
ODBC. Google C++ ODBC
ODBC is obsolete
Use ADO. See all MSDN ADO samples (KB, PSDK, ...)
closed account (z05DSL3A)
pointer,

I would start at MSDNs Windows Data Access Components SDK page[1]. From there you can can get information on ADO, OLE DB, and ODBC. Once you have a idea of the differences you can decide what is the best solution to your problem.

HTH


[1] http://msdn.microsoft.com/en-us/library/aa968814(VS.85).aspx
ODBC is obsolete


What a load of sh*t. Who is teaching you this crap?

ODBC is still very widely used and universally supported. ODBC is a good choice, as it's platform and database independent. ADO, while still a good choice, does lock you onto a Microsoft platform.
Topic archived. No new replies allowed.