This topic is locked

updateable query.

3/14/2007 9:26:53 PM
ASPRunnerPro General questions
F
Ferny author

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4817&image=1&table=forumtopics' class='bbc_emoticon' alt=':blink:' />

I'm new with this kind of stuff, however I read as long as I could, and I made that ASP Runs well on my server, sending emails, updating data, user previliges for admin, users, and limited users; but now when I uploaded the database to the main server appears a message [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
I create the ODBC driver due was disabled, but <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4817&image=2&table=forumtopics' class='bbc_emoticon' alt=':lol:' /> I'm lost, what do I need to do? the server is Win2003 just like the one I have in home.

J
Jane 3/15/2007

It's the permission error.

It's seems that folder where your database is stored doesn't have write permissions for the web-user.

There must be a folder at your server designed specially for storing database. You need to move database file to that directory and update connection string accordingly.

Here is the detailed instruction on how you can do it:

http://xlinesoft.com/asprunner/docs/troubl...ery__errors.htm

F
Ferny author 3/16/2007

<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=16333&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> Problem solved,
Thank you!