I am trying to use the method Assign on TZQuery to copy one query object to another, but the method doesn't function.
The error like this "Can't set a TZQuery to TZQuery".
I'm using Delphi 5 and ZeosLib 6.1.5 with updates.
The code was:
Code: Select all
FEncontrados.Assign(frmParams.sqlBusca);
Thanks.