Subject delphi and firebird, instruction with... do
Author Geomastique
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.