Subject Re: [IBO] CommitAction for Cursor
Author Jason Wharton
The TIB_Cursor component does not behave according to CommitAction. It is
unidirectional and therefore cannot be disturbed any.

It is wise when using this component to always make sure it is closed upon
completion of using it. It can be a bit of a snag in the OAT processing.

HTH,
Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com


----- Original Message -----
From: <guido.klapperich@...>
To: "ibobjects@egroups.com" <IBObjects@yahoogroups.com>
Sent: Thursday, February 15, 2001 7:28 AM
Subject: [IBO] CommitAction for Cursor


> How can I simulate the CommitAction=caInvalidateCursor for IB_Cursor.
> All my Queries have CommitAction=caInvalidateCursor, so they all keep
> open after commit, but my Cursors close.
>
>
> Guido.