C
ConnerS
http://www.diocesephoenix.org/school/seton_catholic_hs/A_interface/Alumni2/editor/login.asp
User: alum Password; Seton
I created a Database Interface using the wizard. I made no changes to it
after it was created.
When I try it I get this: Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error in
UPDATE statement.
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.
If I put a character in each field, then I get just the syntax error in the
update statement. The code is:
UPDATE Alumni SET GradYear = '::GradYear::' , Title = '::Title::' , Fname =
'::Fname::' , Lname = '::Lname::' , Suffix = '::Suffix::' , Address1 =
'::Address1::' , City = '::City::' , Zip = '::Zip::' , Salutation =
'::Salutation::' , Hphone = '::Hphone::' , Wphone = '::Wphone::' , email =
'::email::' , Comments = '::Comments::' , Employer = '::Employer::' ,
Occupation = '::Occupation::' , Position = ':osition::' , Mstatus =
'::Mstatus::' , Parish = ':arish::' , Spouse = '::Spouse::' , Child1 =
'::Child1::' , Child2 = '::Child2::' , Child3 = '::Child3::' , Child4 =
'::Child4::' , Pname = ':name::' , Tdate = '::Tdate::' , ClassRep =
::ClassRep:: , Timestamp = '::Timestamp::' , AdditionalComments =
'::AdditionalComments::' WHERE (ID = ::ID:
And the detail from the verify query within the update query is
Server error: Unable to retrieve schema information from the query:
UPDATE Alumni SET GradYear = '1' , Title = '2' , Fname = '3' , Lname = '4' ,
Suffix = '5' , Address1 = '6' , City = '7' , Zip = '8' , Salutation = '9' ,
Hphone = '10' , Wphone = '11' , email = '12' , Comments = '13' , Employer =
'14' , Occupation = '15' , Position = '16' , Mstatus = '17' , Parish = '18' ,
Spouse = '19' , Child1 = '20' , Child2
The following error message comes from the database driver software; it may
appear in a different language depending on how the driver is configured.
-------------------------------------------------------
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
Source: Microsoft OLE DB Provider for ODBC Drivers
Number: -2147217900 (0x80040e14)
And the code from the html page is fp_sQry="UPDATE Alumni SET GradYear =
'::GradYear::' , Title = '::Title::' , Fname = '::Fname::' , Lname =
'::Lname::' , Suffix = '::Suffix::' , Address1 = '::Address1::' , City =
'::City::' , Zip = '::Zip::' , Salutation = '::Salutation::' , Hphone =
'::Hphone::' , Wphone = '::Wphone::' , email = '::email::' , Comments =
'::Comments::' , Employer = '::Employer::' , Occupation = '::Occupation::' ,
Position = ':osition::' , Mstatus = '::Mstatus::' , Parish = ':arish::' ,
Spouse = '::Spouse::' , Child1 = '::Child1::' , Child2 = '::Child2::' ,
Child3 = '::Child3::' , Child4 = '::Child4::' , Pname = ':name::' , Tdate =
'::Tdate::' , ClassRep = ::ClassRep:: , Timestamp = '::Timestamp::' ,
AdditionalComments = '::AdditionalComments::' WHERE (ID = ::ID:"
Any ideas?
User: alum Password; Seton
I created a Database Interface using the wizard. I made no changes to it
after it was created.
When I try it I get this: Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Syntax error in
UPDATE statement.
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.
If I put a character in each field, then I get just the syntax error in the
update statement. The code is:
UPDATE Alumni SET GradYear = '::GradYear::' , Title = '::Title::' , Fname =
'::Fname::' , Lname = '::Lname::' , Suffix = '::Suffix::' , Address1 =
'::Address1::' , City = '::City::' , Zip = '::Zip::' , Salutation =
'::Salutation::' , Hphone = '::Hphone::' , Wphone = '::Wphone::' , email =
'::email::' , Comments = '::Comments::' , Employer = '::Employer::' ,
Occupation = '::Occupation::' , Position = ':osition::' , Mstatus =
'::Mstatus::' , Parish = ':arish::' , Spouse = '::Spouse::' , Child1 =
'::Child1::' , Child2 = '::Child2::' , Child3 = '::Child3::' , Child4 =
'::Child4::' , Pname = ':name::' , Tdate = '::Tdate::' , ClassRep =
::ClassRep:: , Timestamp = '::Timestamp::' , AdditionalComments =
'::AdditionalComments::' WHERE (ID = ::ID:
And the detail from the verify query within the update query is
Server error: Unable to retrieve schema information from the query:
UPDATE Alumni SET GradYear = '1' , Title = '2' , Fname = '3' , Lname = '4' ,
Suffix = '5' , Address1 = '6' , City = '7' , Zip = '8' , Salutation = '9' ,
Hphone = '10' , Wphone = '11' , email = '12' , Comments = '13' , Employer =
'14' , Occupation = '15' , Position = '16' , Mstatus = '17' , Parish = '18' ,
Spouse = '19' , Child1 = '20' , Child2
The following error message comes from the database driver software; it may
appear in a different language depending on how the driver is configured.
-------------------------------------------------------
[Microsoft][ODBC Microsoft Access Driver] Syntax error in UPDATE statement.
Source: Microsoft OLE DB Provider for ODBC Drivers
Number: -2147217900 (0x80040e14)
And the code from the html page is fp_sQry="UPDATE Alumni SET GradYear =
'::GradYear::' , Title = '::Title::' , Fname = '::Fname::' , Lname =
'::Lname::' , Suffix = '::Suffix::' , Address1 = '::Address1::' , City =
'::City::' , Zip = '::Zip::' , Salutation = '::Salutation::' , Hphone =
'::Hphone::' , Wphone = '::Wphone::' , email = '::email::' , Comments =
'::Comments::' , Employer = '::Employer::' , Occupation = '::Occupation::' ,
Position = ':osition::' , Mstatus = '::Mstatus::' , Parish = ':arish::' ,
Spouse = '::Spouse::' , Child1 = '::Child1::' , Child2 = '::Child2::' ,
Child3 = '::Child3::' , Child4 = '::Child4::' , Pname = ':name::' , Tdate =
'::Tdate::' , ClassRep = ::ClassRep:: , Timestamp = '::Timestamp::' ,
AdditionalComments = '::AdditionalComments::' WHERE (ID = ::ID:"
Any ideas?