what are the data types? Do they match? If you insert strings, then you need to quote:
AdsQuery.SQL.Add('('+QuotedStr('VALUE1')+', VALUE2, VALUE3),');
It might even be better to use parameters.
what are the data types? Do they match? If you insert strings, then you need to quote:
AdsQuery.SQL.Add('('+QuotedStr('VALUE1')+', VALUE2, VALUE3),');
It might even be better to use parameters.