database update by frontpage asp page

S

shahn

I am unable to UPDATE the database by the browser using .asp page created by
FrontPage 2003. Inserting new records using the form is no problem. I tried
changing security setting of IUSR_MACHINE, tried parameter ReadOnly=0, but no
success. Please help
 
J

Jens Peter Karlsen[FP MVP]

How are you trying to update?

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
S

shahn

I am trying to update thru Database Results Wizard using simple SQL:

UPDATE results
SET status=::status_parameter::
WHERE ID=::id_userparameter::

Any solution??
--
shahn


Jens Peter Karlsen said:
How are you trying to update?

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: shahn [mailto:[email protected]]
Posted At: 8. maj 2005 06:41
Posted To: microsoft.public.frontpage.programming
Conversation: database update by frontpage asp page
Subject: database update by frontpage asp page


I am unable to UPDATE the database by the browser using .asp
page created by FrontPage 2003. Inserting new records using
the form is no problem. I tried changing security setting of
IUSR_MACHINE, tried parameter ReadOnly=0, but no success. Please help
 
A

Andrew Murray

have you tried doing this with the Database Interface Wizard in Frontpage?

shahn said:
I am trying to update thru Database Results Wizard using simple SQL:

UPDATE results
SET status=::status_parameter::
WHERE ID=::id_userparameter::

Any solution??
--
shahn


Jens Peter Karlsen said:
How are you trying to update?

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
-----Original Message-----
From: shahn [mailto:[email protected]]
Posted At: 8. maj 2005 06:41
Posted To: microsoft.public.frontpage.programming
Conversation: database update by frontpage asp page
Subject: database update by frontpage asp page


I am unable to UPDATE the database by the browser using .asp
page created by FrontPage 2003. Inserting new records using
the form is no problem. I tried changing security setting of
IUSR_MACHINE, tried parameter ReadOnly=0, but no success. Please help
 
S

shahn

Please, please, please.... I did write that I am doing it thru Database
Results Wizard.
--
shahn


Andrew Murray said:
have you tried doing this with the Database Interface Wizard in Frontpage?

shahn said:
I am trying to update thru Database Results Wizard using simple SQL:

UPDATE results
SET status=::status_parameter::
WHERE ID=::id_userparameter::

Any solution??
--
shahn


Jens Peter Karlsen said:
How are you trying to update?

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.

-----Original Message-----
From: shahn [mailto:[email protected]]
Posted At: 8. maj 2005 06:41
Posted To: microsoft.public.frontpage.programming
Conversation: database update by frontpage asp page
Subject: database update by frontpage asp page


I am unable to UPDATE the database by the browser using .asp
page created by FrontPage 2003. Inserting new records using
the form is no problem. I tried changing security setting of
IUSR_MACHINE, tried parameter ReadOnly=0, but no success. Please help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top