I am getting error number 3251 (Current recordset does not support updating. This maybe a limitation of the provider or the selected locktype.)
I am using Microsoft's OLEDB provider for Oracle. I am running Oracle 9i.
The recordset is opened like this:
lrs.Open "XXROT.ROT_CSI", cnn, adOpenKeyset, adLockPessimistic, -1
The error is at the addnew line:
lrs.AddNew
Any help would be appreciated
I am using Microsoft's OLEDB provider for Oracle. I am running Oracle 9i.
The recordset is opened like this:
lrs.Open "XXROT.ROT_CSI", cnn, adOpenKeyset, adLockPessimistic, -1
The error is at the addnew line:
lrs.AddNew
Any help would be appreciated