M
Mark A. Sam
Does anyone know what the dbSeeChangesOption referrs to? I received an
error message,
You must us the dbSeeChanges option with recordset when accessing a SQL
Server table that has an IDENTITY COLUMN.
It occured while executing this line in the code:
Set rsProdMats = dbs.OpenRecordset("Order Entry ST Materials",
dbOpenDynaset)
The procedure was written for an Access backend. I am working out issues of
moving the tables to SQL SERVER 2000 with Service Pack SP3a.
God Bless,
Mark A. Sam
Thanks for any help.
error message,
You must us the dbSeeChanges option with recordset when accessing a SQL
Server table that has an IDENTITY COLUMN.
It occured while executing this line in the code:
Set rsProdMats = dbs.OpenRecordset("Order Entry ST Materials",
dbOpenDynaset)
The procedure was written for an Access backend. I am working out issues of
moving the tables to SQL SERVER 2000 with Service Pack SP3a.
God Bless,
Mark A. Sam
Thanks for any help.