Subject | Re: [IBO] Meaning of: "Make a form transaction aware." |
---|---|
Author | Raymond Kennington |
Post date | 2002-10-25T16:55:02Z |
Robbi wrote:
In order to make use of these components on each form, is it necessary to connect
IB_ConnectionSource to an IB_Connection (and correspondingly connect an
IB_TransactionSource to an IB_Transaction)?
--
Raymond Kennington
Programming Solutions
W2W Team B
>Thanks, Robbi.
> In most cases one uses one or several datamodules to place db-related
> components like IB_Connections, IB_Transactions, Queries etc. on it. If you
> will use some events of these components, you have to implement your
> eventhandlers directly in the datamodule(s). By placing a
> IB_ConnectionSource or IB_TransactionSource on a form, you are able to
> implement several eventhandlers diretly in this form. Sometimes (developers)
> live gets a little bit easier by doing this.
>
> Robbi
In order to make use of these components on each form, is it necessary to connect
IB_ConnectionSource to an IB_Connection (and correspondingly connect an
IB_TransactionSource to an IB_Transaction)?
--
Raymond Kennington
Programming Solutions
W2W Team B