Ask a Question related to ASP Database, Design and Development.
-
TT #1
asp insert error
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
TT Guest
-
Need Help with Record Insert Error
Hi Coldfuschions, I am a novice and am trying to use the Record Insertion Form Wizard in D8/ColdFusion to add a record to a MS Access database. ... -
insert error
Hi all, I have a table containing an ID (unique, autoincrement) and some other fields including IP. When I try to insert the 'ip' I get a... -
SQL Insert Error
Any ideas on why the below doesn't work? I keep getting this error message????? ---> "Object must implement IConvertible". Private Sub... -
ERROR: Please insert CD-ROM
Why does the program keep asking me to insert the CD? I thought I downloaded it to my harddrive but now acts like it won't work unless, I keep the... -
Insert error :: must be updateable?
I am picking up the following error message which is strange as it has only started happening since I have transferred servers: Microsoft JET... -
TT #2
asp insert error
hi,
I made a asp form (in mm dreamweaver) 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.
how can i solve it?
TT
TT Guest
-
Bob Barrows #3
Re: asp insert error
TT wrote:
[url]http://www.aspfaq.com/show.asp?id=2062[/url] - updatable cursor> hi,
>
> I made a asp form (in mm dreamweaver) 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.
> how can i solve it?
>
> TT
[url]http://www.aspfaq.com/show.asp?id=2009[/url] - 80004005 errors
Bob Barrows Guest



Reply With Quote

