Jim Kilgo
|
| Posted: 04/18/2002, 4:59 PM |
|
I just started using CodeCharge and setup a new site. When I test the
registration process I receive the following error:
'Operation must use an updateable query. (Microsoft JET Database Engine)'
Any help is appreciated.
TIA - Jim Kilgo
|
|
|
 |
Kelvin Chua
|
| Posted: 04/18/2002, 5:06 PM |
|
Hi Jim,
Check the attributes of your MDB database, I think it was being set as
Read-Only.
Thanks.
Kelvin Chua
SINGAPORE
"Jim Kilgo" <j_kilgo@bellsouth.net> wrote in message
news:a9nmk7$oso$1@news.codecharge.com...
> I just started using CodeCharge and setup a new site. When I test the
> registration process I receive the following error:
>
> 'Operation must use an updateable query. (Microsoft JET Database Engine)'
>
> Any help is appreciated.
> TIA - Jim Kilgo
>
>
|
|
|
 |
Jim Kilgo
|
| Posted: 04/19/2002, 4:35 AM |
|
Kelvin,
Thanks for the fast reply. I checked the file and it is not marked
'Read-Only' I have this site on my PC running on IIS 5.0 also and it does
the same thing as my site on the host server. I checked my IIS5.0 server
settings and changed the attributes to be 'read' and 'write' for the
directories that contain the database. Still have the same problem...??
Thanks - Jim
"Kelvin Chua" <NOkelvinSPAM@accpro.com.sg> wrote in message
news:a9nn2r$pql$1@news.codecharge.com...
> Hi Jim,
>
> Check the attributes of your MDB database, I think it was being set as
> Read-Only.
>
> Thanks.
>
> Kelvin Chua
> SINGAPORE
>
> "Jim Kilgo" <j_kilgo@bellsouth.net> wrote in message
>news:a9nmk7$oso$1@news.codecharge.com...
> > I just started using CodeCharge and setup a new site. When I test the
> > registration process I receive the following error:
> >
> > 'Operation must use an updateable query. (Microsoft JET Database
Engine)'
> >
> > Any help is appreciated.
> > TIA - Jim Kilgo
> >
> >
>
>
|
|
|
 |
Chris Seymour
|
| Posted: 04/19/2002, 11:04 AM |
|
Hi Jim,
You may need to check that the account that access the mdb from the web
(your internet guest account) has write privileges to the mdb.
Thanks.
Chris
|
|
|
 |
Christoph Grottolo
|
| Posted: 04/19/2002, 12:45 PM |
|
"Jim Kilgo" <j_kilgo@bellsouth.net> schrieb im Newsbeitrag
news:a9nmk7$oso$1@news.codecharge.com...
| I just started using CodeCharge and setup a new site. When I test the
| registration process I receive the following error:
|
| 'Operation must use an updateable query. (Microsoft JET Database Engine)'
|
| Any help is appreciated.
| TIA - Jim Kilgo
The directory where the mdb resides must have RWXD permissions for the user
used by the webserver because Access temporarely creates a .ldb file to lock
fields. It can be quite hard to get Access to run in a web environnment - we
switched to MySQL.
Christoph
|
|
|
 |