I tried to modify the field in my ASP page, and it yields the following
error:
I tried to use adLockOptimisti c as follows, but still not working
objRS.Open "pressrelea se", objConn, adOpenDynamic, adLockOptimisti c
ADODB.Field error '800a0cb3'
Current Recordset does not support updating. This may be a limitation of the
provider, or of the selected locktype.
any ideas? thanks
error:
I tried to use adLockOptimisti c as follows, but still not working
objRS.Open "pressrelea se", objConn, adOpenDynamic, adLockOptimisti c
ADODB.Field error '800a0cb3'
Current Recordset does not support updating. This may be a limitation of the
provider, or of the selected locktype.
any ideas? thanks
Comment