C
Chad_Nichols
Howdy. I've recently migrated to a new Windows 2003 Server. All database
files from previous server (Windows 2000 Server) were published in FrontPage
2003 to this new server and function just fine. Unfortunately, though, any
new pages I create from scratch on the server do not function properly when
utilizing the UPDATE statement. I receive this error:
"Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator."
Backend is MS Access. I've completely simplified the query to a really
simple string just to rule out any typos --- fpdeparture is a text field and
fpid is numeric. This is the string:
UPDATE tblFlightplan
SET fpdeparture='::fpdeparture::'
WHERE fpid=::fpid::
Any ideas why I am unable to utilize the UPDATE statement on any new pages I
create? All other ASP pages function normally. Thanks! Chad.
Chad Nichols
files from previous server (Windows 2000 Server) were published in FrontPage
2003 to this new server and function just fine. Unfortunately, though, any
new pages I create from scratch on the server do not function properly when
utilizing the UPDATE statement. I receive this error:
"Database Results Wizard Error
The operation failed. If this continues, please contact your server
administrator."
Backend is MS Access. I've completely simplified the query to a really
simple string just to rule out any typos --- fpdeparture is a text field and
fpid is numeric. This is the string:
UPDATE tblFlightplan
SET fpdeparture='::fpdeparture::'
WHERE fpid=::fpid::
Any ideas why I am unable to utilize the UPDATE statement on any new pages I
create? All other ASP pages function normally. Thanks! Chad.
Chad Nichols