dman
|
| Posted: 05/22/2002, 2:30 PM |
|
Long story short - I download the ASP version no templates of the EmplDir example. Everything works great until I get to any INSERT command. I get the error message:
Operation must use an updateable query. (Microsoft JET Database Engine)
I have a feeling its a problem on my PC but I have no idea when/why this problem started.
Anyone know what's going on? Or at least know where I should start looking for the problem? Appreciate it.
|
|
|
 |
Tligon
|
| Posted: 05/22/2002, 7:07 PM |
|
Well, I had the same problem on a live server - found out that due to some real security issues that connector had been turned off by the admin and we didn't want to turn it back on because of the issues in security it generated. Now all that being said.
What operating system and what version of MS Access are you running? I suspect you have Office 2000 but that may not be the case.
What ODBC Drivers have you installed? Check these from the control panel. You may simply have not added any.
|
|
|
 |
Sixto
|
| Posted: 05/22/2002, 11:38 PM |
|
You must be using Win2k or NT, right?
Check the permissions on the folder where your MDB file resides and add the IUSR_MachineName user with read/write permissions. That should resolve your problem. Make sure you propagate perms to child objects.
|
|
|
 |
Nicole
|
| Posted: 05/23/2002, 1:35 AM |
|
Hello,
The error you are getting has to do with permissions on your server. Please refer to the following articles: http://support.codecharge.com/files/CodeChargeFAQ.html#_Toc517263837 http://support.microsoft.com/support/kb/articles/Q175/1/68.ASP
|
|
|
 |
Charl Du Toit
|
| Posted: 05/24/2002, 12:34 AM |
|
Damm i wish i saw this artical sooner. I ended up reinstalling my windows !!! At least it worked !!! Happy codeing all
|
|
|
 |