learjetman
IS-IT--Management
Products (Frontpage 2002 & Access 2002)
I seem to have run into a problem.
Frontpage has a built in ASP generator, it makes submit, results, and an database editor pages. The problem is not with the submit or results pages, but with the database editor page. Everything works fine, but when I go to edit an exsisting record it gives me this exact error:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression ''' MainID = '1' InspectorCompanyName = '0''.
Number: -2147217900 (0x80040E14)
Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide default values for all form fields that are used in the query.
First I racked my brain searching and editing the html and asp code, but got no where. Then I searched the Microsoft Knowledge Base and found a maybe answer to my problem. It said I have to go in and edit the update.asp page and change the line {TimeStamp} = '::TimeStamp::' to [TimeStamp] = '::TimeStamp::' the one problem I run into is that line doesnt exsist. So I dont have a clue where to put it. If that isn't the problem please tell what it is.
Thanks Alot
I seem to have run into a problem.
Frontpage has a built in ASP generator, it makes submit, results, and an database editor pages. The problem is not with the submit or results pages, but with the database editor page. Everything works fine, but when I go to edit an exsisting record it gives me this exact error:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression ''' MainID = '1' InspectorCompanyName = '0''.
Number: -2147217900 (0x80040E14)
Source: Microsoft OLE DB Provider for ODBC Drivers
One or more form fields were empty. You should provide default values for all form fields that are used in the query.
First I racked my brain searching and editing the html and asp code, but got no where. Then I searched the Microsoft Knowledge Base and found a maybe answer to my problem. It said I have to go in and edit the update.asp page and change the line {TimeStamp} = '::TimeStamp::' to [TimeStamp] = '::TimeStamp::' the one problem I run into is that line doesnt exsist. So I dont have a clue where to put it. If that isn't the problem please tell what it is.
Thanks Alot