Hi,
Zitat:
'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 ';
meint ja evtl., das die Semikolons am Ende der
SQL-Zeilen einfach da nicht hingehören?
SQL-Code:
SQLQuery.SQL.Add('INSERT INTO tb_routes (Date, CarID) VALUES (:Date, :CarID);');
SQLQuery.SQL.Add('SELECT LAST_INSERT_ID() FROM tb_routes Limit 1;');