filtersql error
Posted: Thu 29 Aug 2013 04:05
hi .. i try use filtersql in ibcquery like this
but i got the error
dynamic sql error
sql error code =-104
unexpected end of command - line 62,column 26
i use ibdac 4.1.6
Code: Select all
with ibcquery1 do
begin
close;
open;
filtersql:= 'ANIMAL.ID<>' + QuotedStr('-100') + '';
filtered:=true;
end;dynamic sql error
sql error code =-104
unexpected end of command - line 62,column 26
i use ibdac 4.1.6