Subject | Re: [IBO] How to get TIB_Transaction from IBOTable object? |
---|---|
Author | Helen Borrie |
Post date | 2005-05-04T15:31:49Z |
At 04:54 PM 4/05/2005 +0200, you wrote:
e.g.
if not MyTable.IB_Transaction.Started then
MyTable.IB_Transaction.StartTransaction;
Helen
>I've got an IBOTable with <default> IB_Transaction andRefer to the IB_Transaction property of the IBOTable object.
>DatabaseName='mydatabase'. How do I get TIB_Transaction object used by
>this IBOTable? I want certain piece of code to wark in all
>circumstances, so I cannot asume that 'mydatabase' is known...
e.g.
if not MyTable.IB_Transaction.Started then
MyTable.IB_Transaction.StartTransaction;
Helen