G
Guest
I am getting an error on the following lines:
Set rs = New ADODB.Recordset
Set rs = .OpenRecordset(dbOpenSnapshot, dbSeeChanges)
When it tries to open the recordset, it claims that options are not set to
"dbSeeChanges" which looks to me like it's correctly set. The backend is SQL
server with an identity column (which requires dbSeeChanges). Any ideas?
Thanks!!
Set rs = New ADODB.Recordset
Set rs = .OpenRecordset(dbOpenSnapshot, dbSeeChanges)
When it tries to open the recordset, it claims that options are not set to
"dbSeeChanges" which looks to me like it's correctly set. The backend is SQL
server with an identity column (which requires dbSeeChanges). Any ideas?
Thanks!!