fabiomaulo
Member
I have a SQL with:
where FieldName in
FILEDSVALUES)
in my Delphi program i use
Params.ParamByName('FILEDSVALUES').AsString:= '''Value1'',''Value2''';
but the SQL don't work.
Trynig the SQL directly from SQLEditor it work correctly.
What's appen?
Fabio.
where FieldName in

in my Delphi program i use
Params.ParamByName('FILEDSVALUES').AsString:= '''Value1'',''Value2''';
but the SQL don't work.
Trynig the SQL directly from SQLEditor it work correctly.
What's appen?
Fabio.