I need to add information on a MySQL Database and this is the scribt:
When I use the project, l have this error:
Traceback (most recent call last):
_ File “event:actionPerformed”, line 9, in _
java.lang.Exception: java.lang.Exception: Error executing system.db.runPrepUpdate(INSERT INTO datos_generales (Formulador, LoteG, LoteL, Tanda, Tanque, Num) VALUES (?,?,?,?,?), [[System]Client/User/Username, 5, 6, 7, 8], , , false, false)
_ caused by Exception: Error executing system.db.runPrepUpdate(INSERT INTO datos_generales (Formulador, LoteG, LoteL, Tanda, Tanque, Num) VALUES (?,?,?,?,?), [[System]Client/User/Username, 5, 6, 7, 8], , , false, false)_
_ caused by GatewayException: SQL error for “INSERT INTO datos_generales (Formulador, LoteG, LoteL, Tanda, Tanque, Num) VALUES (?,?,?,?,?)”: Unknown column ‘Formulador’ in ‘field list’_
_ caused by SQLSyntaxErrorException: Unknown column ‘Formulador’ in ‘field list’_
Ignition v7.9.10 (b2018112821)
Java: Oracle Corporation 1.8.0_201