dndstef
Jun 5th, 2000, 04:02 AM
Well i'm troubled.
I've created an ASP web site that's accessing an Access97
Database and it works fine on my frontpage Server but on
the my AtFreeWeb.com site when i'm trying to add record i
have this Error MSG but a can read the database.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/Fin.asp, line 48
At the line 48 i'm doing the update of the Recordset
~
line 46 Recordset.AddNew
line 47 Recordset("Field1") = Request("Field1")
line 48 Recordset.update
~
But on the webserver it gives me that Error while at home
it works ok.
Can someone help me?
I've created an ASP web site that's accessing an Access97
Database and it works fine on my frontpage Server but on
the my AtFreeWeb.com site when i'm trying to add record i
have this Error MSG but a can read the database.
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.
/Fin.asp, line 48
At the line 48 i'm doing the update of the Recordset
~
line 46 Recordset.AddNew
line 47 Recordset("Field1") = Request("Field1")
line 48 Recordset.update
~
But on the webserver it gives me that Error while at home
it works ok.
Can someone help me?