I'm teaching myself how to use MSAccess databases with asp/PWS. I made a (small) DB in access, and can successfully read it into a HTML table. But I tried adding records using the example in the PWS documentation, but I get the following error:
Line 79 is as follows:
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)
Code:
ADODB.Recordset error '800a0bb9'
Arguments are of the wrong type, are out of acceptable range, or are in conflict with one another.
/xxxxxxxx.asp, line 79
Code:
rsList.LockType = adLockOptimistic
![[pc3] [pc3] [pc3]](/data/assets/smilies/pc3.gif)