This is a discussion on 3146 odbs--call failed error within the MS SQL ODBC forums, part of the Microsoft SQL Server category; --> Hi I have this vb statement in Access 2000 referring to a linked table in SQL Server Set mytable ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi I have this vb statement in Access 2000 referring to a linked table in SQL Server Set mytable = mydb![mytable].OpenRecordset(dbOpenDynaset, dbSeeChanges) opening the recordset is fine but i get 3146 odbc call failed error on the mytable.update statement any ideas please |