chuksted
05-18-2002, 09:13 AM
I keep getting Syntax errors when I try to send form input from Flash5 to my Access DB using ASP. Such as:
(1) Microsoft OLE DB Provider for ODBC Drivers error '80040e14' . [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression '* myClub where EMail = 'sent to database' and OtherString = '''. /ASP/myClub.asp, line 10.
(2) INSERT INTO myClub(ID, FirstName, LastName, EMail, OtherString) VALUES (,'','','','') . Microsoft OLE DB Provider for ODBC Drivers error '80040e14' . [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. . /ASP/AddRecord.asp, line 16
Please someone help!
(1) Microsoft OLE DB Provider for ODBC Drivers error '80040e14' . [Microsoft][ODBC Microsoft Access Driver] Syntax error (missing operator) in query expression '* myClub where EMail = 'sent to database' and OtherString = '''. /ASP/myClub.asp, line 10.
(2) INSERT INTO myClub(ID, FirstName, LastName, EMail, OtherString) VALUES (,'','','','') . Microsoft OLE DB Provider for ODBC Drivers error '80040e14' . [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. . /ASP/AddRecord.asp, line 16
Please someone help!