Unitransaction.StartTransaction or Unitransaction.Connections [0] .Connected ?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
soyjoy
Posts: 13
Joined: Fri 09 Oct 2015 13:41

Unitransaction.StartTransaction or Unitransaction.Connections [0] .Connected ?

Post by soyjoy » Thu 05 Nov 2015 13:23

Hi,
In Firebird have the following command [IBTransaction.Active: = True] this command and the same as the command [Unitransaction.Connections [0] .Connected: = True] the Unidac?
Or is preferable to use [Unitransaction.StartTransaction] in this situation? :?
Grateful now.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Unitransaction.StartTransaction or Unitransaction.Connections [0] .Connected ?

Post by ViktorV » Fri 06 Nov 2015 14:17

In your case, you should use the Unitransaction.StartTransaction method.

soyjoy
Posts: 13
Joined: Fri 09 Oct 2015 13:41

Re: Unitransaction.StartTransaction or Unitransaction.Connections [0] .Connected ?

Post by soyjoy » Wed 11 Nov 2015 20:10

Thanks very much!

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: Unitransaction.StartTransaction or Unitransaction.Connections [0] .Connected ?

Post by ViktorV » Thu 12 Nov 2015 11:32

If you have any questions during using our products, please don't hesitate to contact us - and we will try to help you solve them.

Post Reply