transaction and ibcquery destruction
Posted: Thu 07 May 2009 12:37
Hello,
When i do this
ibcqry:=TIBCQuery.create(self)
ibcqry.SQL.Text:='....'
ibcqry.Open
An transaction is opened
If i do FreeAndNil(ibcqry) is the transaction is closed? if no what is the best way to close it?
Thanks
Regards
When i do this
ibcqry:=TIBCQuery.create(self)
ibcqry.SQL.Text:='....'
ibcqry.Open
An transaction is opened
If i do FreeAndNil(ibcqry) is the transaction is closed? if no what is the best way to close it?
Thanks
Regards