C
Cathy
I have a DB with 12 columns and hundreds of row with a key
on the Smartrac_No. I have created forms in FP2000 to
allow a user to add, change or delete rows of information.
The following is my SQL statement in the updaterecord.asp:
UPDATE smartracs2004
SET Description='::NewDescription::'
WHERE Smartrac_No='::Smartrac_No::'
I receive this message:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver]
Data type mismatch in criteria expression.
Number: -2147217913 (0x80040E07)
Source: Microsoft OLE DB Provider for ODBC Drivers
When I change the ':: to " I receive this message:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Too
few parameters. Expected 1.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for ODBC Drivers
What is the proper statement for this update.
Thanks
on the Smartrac_No. I have created forms in FP2000 to
allow a user to add, change or delete rows of information.
The following is my SQL statement in the updaterecord.asp:
UPDATE smartracs2004
SET Description='::NewDescription::'
WHERE Smartrac_No='::Smartrac_No::'
I receive this message:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver]
Data type mismatch in criteria expression.
Number: -2147217913 (0x80040E07)
Source: Microsoft OLE DB Provider for ODBC Drivers
When I change the ':: to " I receive this message:
Database Results Error
Description: [Microsoft][ODBC Microsoft Access Driver] Too
few parameters. Expected 1.
Number: -2147217904 (0x80040E10)
Source: Microsoft OLE DB Provider for ODBC Drivers
What is the proper statement for this update.
Thanks