I have a fairly simple asp page that connects to an Access 2000 database and does an INSERT INTO to add data to a table.
When i try to execute it, i get the followijg message.
"Must be an updateable query"
What could be causing this?
Thanks
Printable View
I have a fairly simple asp page that connects to an Access 2000 database and does an INSERT INTO to add data to a table.
When i try to execute it, i get the followijg message.
"Must be an updateable query"
What could be causing this?
Thanks
hi cls224
what type of cursor are you using for your recordset. it needs to be either adOpenDynamic or adOpenKeyset to be able to update
hope this helps
Ian