Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you connect to a DB using a C++ program?

Status
Not open for further replies.

cumplxWiz

Programmer
Sep 5, 2006
1
0
0
US
Trying to find out ways to connect to a database
using the visual C++ language.
 
It depends on the database. Oracle, for instance, offers the Pro*C precompiler environment. SQL Server is via DMO or earlier, ADO. Most DB's have some sort of API to let you access their data.

-------------------------
The trouble with doing something right the first time is that nobody appreciates how difficult it was - Steven Wright
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top