Hello,
I have an Access to SQL Server linked database with a VB front-end. It seems to be linked correctly and permissions seem to be set up fine. I am able to execute queries of all types, select, insert, update from vb. I am also able to run ADO code to update the recordset.
However, when I try to use the ADO rs.Addnew, I get an ODBC call failed message and the app bombs with an
error description - ODBC--call failed Err.number -2147467259
any ideas?
Thanks
I have an Access to SQL Server linked database with a VB front-end. It seems to be linked correctly and permissions seem to be set up fine. I am able to execute queries of all types, select, insert, update from vb. I am also able to run ADO code to update the recordset.
However, when I try to use the ADO rs.Addnew, I get an ODBC call failed message and the app bombs with an
error description - ODBC--call failed Err.number -2147467259
any ideas?
Thanks