TAbstractConnection.Disconnect

The alpha/beta tester's forum for ZeosLib 7.0.x series

Report problems concerning our Delphi 2009+ version and new Zeoslib 7.0 features here.

This is a forum that will be removed once the 7.X version goes into stable!!

Moderators: gto, EgonHugeist, olehs

Locked
HighPascal
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 05.01.2011, 07:53

TAbstractConnection.Disconnect

Post by HighPascal »

Hi folk,

i have a problem with the TZAbstractConnection.Disconnect routine in Zeos 7 (maybe also 6.6 is affected, i havn't tried yet).

the FConnection.Close calls TZInterbase6Connection.Close

FHandle is set to NIL, then the FConnection itselfs gets nil

returning to TZAbstractConnection.Disconnect the TZAbstractConnection itselfs got NIL and an Exception happens.


how can this be handled ?
Locked