Access データベースを使用して Java プログラムを作成しました。文字列値を記録できますが、数値フィールド列を使用して数値値に対して作成したクエリで INSERT INTO エラーが発生します。以下はクエリとエラーです。
Level - Col in table with number field
Access Insert Statement:
INSERT INTO SystemEquipment(Level) Values (12);
Error:
[Microsoft][ODBC Microsoft Access Driver] Syntax error in INSERT INTO statement.
**Tried to run the query with and without single quotes and semicolons