D
David Glover
I'm trying to do an SQL UPDATE on an Access database using the FP
database wizard. The database connection is working OK, using the wizard
to do lookups works fine.
The SQL query I'm putting into the wizard is:
UPDATE users SET activated = 1 WHERE (user = ::user:
::user:: is a form field "user", which I have tried passing to the page
containing this script using both GET and POST.
However, all I get is this error:
Database Results Error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or
missing s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029.
Article 817029 refers to FrontPage 2003, which I am NOT using, I'm using
FrontPage 2002, and the server is Windows 2000 SP4 running the default
FP server extensions, I haven't upgraded them.
If I change the ::user:: to "0" in the SQL string, the error goes away
but of course I get "No records returned".
Can anyone help?
database wizard. The database connection is working OK, using the wizard
to do lookups works fine.
The SQL query I'm putting into the wizard is:
UPDATE users SET activated = 1 WHERE (user = ::user:
::user:: is a form field "user", which I have tried passing to the page
containing this script using both GET and POST.
However, all I get is this error:
Database Results Error
Your page contains a query with user input parameters that could not be
resolved.
This could happen if your DatabaseRegionStart webbot has an empty or
missing s-columnnames or s-columntypes attributes.
You may need to read Microsoft Knowledge Base Article 817029.
Article 817029 refers to FrontPage 2003, which I am NOT using, I'm using
FrontPage 2002, and the server is Windows 2000 SP4 running the default
FP server extensions, I haven't upgraded them.
If I change the ::user:: to "0" in the SQL string, the error goes away
but of course I get "No records returned".
Can anyone help?