cplusplus.com cplusplus.com
cplusplus.com   C++ : Forums : Windows Programming : database in c++
  Search:
- -
C++
Information
Documentation
Reference
Articles
Sourcecode
Forums
Forums
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Articles
Lounge
Jobs

-

post  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)
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.
|

This topic is archived - New replies not allowed.
Home page | Privacy policy
© cplusplus.com, 2000-2008 - All rights reserved - v2.2
Spotted an error? contact us