Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc) VALUES (?,?)' at line 1
Syntax:
Other Syntax on my program that works:
I can't see the problem... Any help?
Syntax:
Code:
INSERT INTO equip_type (name, desc) VALUES (?,?)
Code:
INSERT INTO equipment (name,purchasedate,purchaseprice,type,lastrepair,serial,usagetype,usageval,brand,dateadded,notes) VALUES (?,?,?,?,?,?,?,?,?,?,?)
Comment