1.プログラムは他の行に対して引き続き実行されますが、このエラーは特定の行に対してのみ発生します。挿入する134789行がある場合、約133666行のみが挿入されます。すべての行の形式は、ログファイルと同じです。
*com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near the keyword 'In'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:216)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1515)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:792)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:689)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:5696)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:1715)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:180)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:155)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeUpdate(SQLServerStatement.java:642)
at Access.insertIntoDatabase(Access.java:186)
at appWindowLog$1thread1.run(appWindowLog.java:233)
at java.lang.Thread.run(Unknown Source)*