I wrote an asp application on my pws server with a connection to an access database.
I can succesfuly read the recordset but i can't addnew or update.
i also checked if hte methods(addnew and update) work on my recordset: recordset.supports(adaddnew) and i got true.
everytime i run this page i get:
ADODB.Recordset error '800a0cb3'
The operation requested by the application is not supported by the provider.
/prjectI/Lord.asp, line 28
line 28 is -addme.addnew(when addme is my recordset)
please help
apaza
I can succesfuly read the recordset but i can't addnew or update.
i also checked if hte methods(addnew and update) work on my recordset: recordset.supports(adaddnew) and i got true.
everytime i run this page i get:
ADODB.Recordset error '800a0cb3'
The operation requested by the application is not supported by the provider.
/prjectI/Lord.asp, line 28
line 28 is -addme.addnew(when addme is my recordset)
please help
apaza