Code: Select all
with self.z_dataSet do
begin
Active:=True;
Close;
Filter:= self.z_claseObjetoPadre.z_campoID + '=' + '"' + self.z_claseObjetoPadre.Id + '"';
Open;
end;
2009-03-20 21:05:35 cat: Execute, proto: mysql-5, msg: select * from regoper_part_v order by rpp_numpartida
which is the SQL assigned to the ZQuery, yet, there is no formed "where" clause. Is it a bug or am I missing something ? I have read some posts here refering to "Filter" bugs in Zeos, in version 6.6.3. I have 6.6.4...