database in c++
| pointer (2) | |||
| 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 | |||
| Zaita (1175) | |||
| ODBC. Google C++ ODBC | |||
| george135 (38) | |||
| ODBC is obsolete Use ADO. See all MSDN ADO samples (KB, PSDK, ...) | |||
| Grey Wolf (637) | |||
| 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 | |||
| Zaita (1175) | |||
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. | |||
This topic is archived - New replies not allowed.
