Subject | Re: [IBO] Threaded quiries |
---|---|
Author | Louis Louw |
Post date | 2003-06-13T07:37Z |
thanx for the help
I'm still getting the locks though - so could you please verify that this
code is correct?
thanx
================
on Create
FSession := TIB_Session.Create(nil);
FConnection := TIB_Database.Create(FSession);
FTransaction := FConnection.DefaultTransaction;
and on Destroy
FConnection.Disconnect;
FSession.Free;
FConnection.Free;
================
Louis
I'm still getting the locks though - so could you please verify that this
code is correct?
thanx
================
on Create
FSession := TIB_Session.Create(nil);
FConnection := TIB_Database.Create(FSession);
FTransaction := FConnection.DefaultTransaction;
and on Destroy
FConnection.Disconnect;
FSession.Free;
FConnection.Free;
================
Louis