[Microsoft] [ODBC Microsoft Access Driver] Syntax error in INSERT into statement

Source: Internet
Author: User
Tags odbc

Today, there are always errors in the operation of data:

Java.sql.SQLException: [Microsoft][odbc Microsoft Access Driver] INSERT into statement syntax error.
At Sun.jdbc.odbc.JdbcOdbc.createSQLException (jdbcodbc.java:6958)
At Sun.jdbc.odbc.JdbcOdbc.standardError (jdbcodbc.java:7115)
At Sun.jdbc.odbc.JdbcOdbc.SQLExecDirect (jdbcodbc.java:3111)
At Sun.jdbc.odbc.JdbcOdbcStatement.execute (jdbcodbcstatement.java:338)
At Sun.jdbc.odbc.JdbcOdbcStatement.executeUpdate (jdbcodbcstatement.java:288)
At Dboperation. Database.execupdate (database.java:69)
At service. Servicethread.repair (servicethread.java:116)
At service. Servicethread.run (SERVICETHREAD.JAVA:80)

Dizzy dead, find code in line 116 valid, 116 behavior

String sql= "INSERT into repair (deviceid,people,reason,time) VALUES (' +deviceid+" ', ' "+ people+" ', ' "+reason+" ', ' "+ Logdate+ "')";

Boolean success = Db.execupdate (SQL);

Debugging for a while, the old found that they are right, grammar is no problem, but is not debugging reasons. Finally no way, with Baidu search a bit, the original access keyword problem. Here I change the above red character time to LogTime, all OK.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.