Subject | RE: [IBO] Problems with TIB_Transaction.AutoCommit property |
---|---|
Author | Jason Wharton |
Post date | 2004-11-19T01:52:30Z |
I just realized you will need to uncomment the virtual directive.
I have done so in the code that is about to be released.
Jason Wharton
I have done so in the code that is about to be released.
Jason Wharton
> -----Original Message-----
> From: Jason Wharton [mailto:jwharton@...]
> Sent: Thursday, November 18, 2004 4:23 PM
> To: IBObjects@yahoogroups.com
> Subject: RE: [IBO] Problems with TIB_Transaction.AutoCommit property
>
> What you do for this is in your subclass override the
> IsAutoCommitStored and
> put the logic to make it work as you like. It should be a
> protected virtual
> method.
>
> Jason Wharton