Subject Re: [IBO] update connection
Author Daniel Bertin
problem resolved, thanks

with scUpdate do begin
updateServer.connected := true;
IB_Connection := updateServer;
Execute;
end; { with }

If I do this, it worked, why is that?? the connected = true property, of
IBODatabase does not keep, and reverts back to false at run time.

Daniel