sara Posted February 14, 2008 Report Share Posted February 14, 2008 Hi all I do example to write data to access and i have this error Exception occured in Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement. in ADOTool_ADO API.vi->ADOTool_Insert Data Get Identity.vi->ferirrigation-sensor.vi and i dont understand what is it ?? and how i can solve it i need help please..... thanks alot.... Quote Link to comment
alukindo Posted February 14, 2008 Report Share Posted February 14, 2008 Sara: This means that one of your SQL queries which contains an INSERT statement has a code or syntax error. Post the query and someone may be able to help you. Anthony Quote Link to comment
xtal Posted February 14, 2008 Report Share Posted February 14, 2008 The most common cause of this error is naming a field/column something that is a reserved word like "time", "date", etc. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.