asp insert error -
07-09-2003
, 07:57 AM
hi,
I made a asp form to insert product in a db.
on my localhost everything works just fine.
But online i got the :
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable
query.
the line where it goes wrong is:
MM_editCmd.Execute
why does it work locally and not on the remote server.
TT |