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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SQL Server 2000 and C++ question

Status
Not open for further replies.

JasonDBurke

Programmer
Jun 20, 2001
54
US
Hi,
I'm am currently querying a SQL Server 2000 through the use of an OLE DB driver made with the App Wizard. I can get and set information within the database through the DDX text function however I would like to do this using SQL. How in the world can i implement SQL within C++ code?!! Is there a header that I need to include or some kind of SQL script file that I write and include within the project? This is really driving me nutty so please help me!!!!
Thanx,
Jason
 
There are many APIs. Study one or many of them. The most popular for VisualC++ are ODBC, DAO, ADO. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top