Subject | Re: [IBO] update connection |
---|---|
Author | Daniel Bertin |
Post date | 2002-05-18T21:59:33Z |
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
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