shiller
Posts: 20
|
| Posted: 03/14/2008, 7:44 AM |
|
Experts,
I published my application to a Windows Small Business Server 2003 running IIS6. I gave all the right permissions to the internet user account (ISUR_) by following the recommendations described in: http://support.yessoftware.com/kb_article.asp?article_id=4 but that does not seem to help.
I am running Access as my backend database and it's not creating the lock file when I access the application. I don't know what else to do to stop getting the following error messages:
Microsoft JET Database Engine (0x80004005) Could not use ''; file already in use.
Operation must use an updateable query. (Microsoft JET Database Engine)
Please help!
|
 |
 |
Tuong Do
|
| Posted: 03/19/2008, 4:02 PM |
|
> Microsoft JET Database Engine (0x80004005) Could not use ''; file already
> in
This might happen if youe Codecharge Studio still open and it lock the file
> Operation must use an updateable query. (Microsoft JET Database Engine)
This might happen becuase the user does not have enough security
To resolve, In the folder containing the MS Access file, try to set
everyone group to have modified right
"shiller" <shiller@forum.codecharge> wrote in message
news:247da8f55b4fe4@news.codecharge.com...
> Experts,
>
> I published my application to a Windows Small Business Server 2003 running
> IIS6. I gave all the right permissions to the internet user account
> (ISUR_) by
> following the recommendations described in:
> http://support.yessoftware.com/kb_article.asp?article_id=4 but that does
> not
> seem to help.
>
> I am running Access as my backend database and it's not creating the lock
> file
> when I access the application. I don't know what else to do to stop
> getting the
> following error messages:
>
> Microsoft JET Database Engine (0x80004005) Could not use ''; file already
> in
> use.
>
> Operation must use an updateable query. (Microsoft JET Database Engine)
>
> Please help!
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|