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

ODBC connection

Status
Not open for further replies.

Agenten

Programmer
Jul 17, 2002
3
SE
I want to use an ODBC connection in VC++, I want to write some textstrings in the database. I already have a application and want to "insert" this function into it.
thx Erik
 
Look into CDatabase and CRecordset. you can derive a class from CRecordset which will handle alot of the SQL stuff on its own or you can use BeginTrans ExecuteSQL and CommitTrans in CDatabase

Matt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top