#42000You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '[$TABLENAME] set [$MODIFIED$FIELDS] where [$PRIMARYFIELDS]' at line 1.
what does that Error meen?
using delphi2007, unidac 3.70.0.19, mysqlserver 5.5.15, windows 7 pro
Kind regards
Vallemanden
error #42000
-
AndreyZ
Hello,
This error means that you have a syntax error in your SQL code. Please specify the exact SQL code you are trying to execute. This is an example of the correct update SQL code for MySQL server:
This error means that you have a syntax error in your SQL code. Please specify the exact SQL code you are trying to execute. This is an example of the correct update SQL code for MySQL server:
Code: Select all
UPDATE TABLENAME SET FIELDNAME=FIELDVALUE WHERE PK_FIELD=PK_FIELDVALUE-
vallemanden
- Posts: 19
- Joined: Sat 11 Jun 2011 07:44
-
AndreyZ