N
newbieTW
Hi,
I generate database edit page by Database Interface Wizard. In
database_edit.asp, I can view my records, edit the record. But when I
press the "OK" button, I got
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
My database has 10 columns but I'm only interested to edit 5 of them.
So I remove the other 10 from the edit.asp. I don't know if this will
cause any issue when sending my update to the database.
Can anyone point me to where the problem coould be?
Thanks,
Tara
I generate database edit page by Database Interface Wizard. In
database_edit.asp, I can view my records, edit the record. But when I
press the "OK" button, I got
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
My database has 10 columns but I'm only interested to edit 5 of them.
So I remove the other 10 from the edit.asp. I don't know if this will
cause any issue when sending my update to the database.
Can anyone point me to where the problem coould be?
Thanks,
Tara