I am using Visual C++ and need to input information into a database, using ODBC. The data is to be entered through a tabbed dialog box, with each property page corresponding to a table in the database. The AddNew() function cannot be used since this does not work with bound tables. I have tried using SQLSetPos without success and creating record sets for each table/page produces an Access Violation
Error when performing any operation on those record sets.
Can anyone help?
Error when performing any operation on those record sets.
Can anyone help?