Subject Re: delphi and firebird, instruction with... do
Author martinknappe
would be helpful to see what these things are that you're trying to do
with both datasets!


--- In firebird-support@yahoogroups.com, Geomastique
<geo.mastique@...> wrote:
>
> hello,
> i use delphi and IBX component for a small application with a firebird
> 1.5 database.
> i have 2 IBdataset and i want to execute the same instruction for both
> IBdataset.
> so i write :
>
> with ibdataset1, ibdataset2 do
> begin
> .... somethings to do;
> .... etc;
> end;
>
> it does not works, the instructions are done for ibdataset2 only...
>
> thanks for your help.
>