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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.