Subject RE: [IBO] Problems with TIB_Transaction.AutoCommit property
Author Jason Wharton
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

> -----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