Subject Re: Connect "Transaction to Connection" or "Connection to Transaction"
Author geraldo_ls
--- In IBObjects@y..., Raymond Kennington <progsol@c...> wrote:
> What is the difference between connecting components
> "Transaction to Connection"
> and
> "Connection to Transaction"?
>
> TIA
> --
> Raymond Kennington
> Programming Solutions
> W2W Team B

There isn't a TIB_Connection to TIB_Transaction connection.
TIB_Connection has a DefaultTransaction property that is used when a
dataset that has no transaction is opened , then the default
transaction is used. This is a feature to save your time.

Note that even this way the following interaction apply:

TIB_Connection <-- TIB_Transaction <-- TIB_Query, TIBOTable etc


Geraldo Lopes de Souza