Subject Re: [IBO] state diagram
Author Jason Wharton
> hope, that it's the last question about states: TIB_Cursor was in
dssBrowse
> before entering dssInsert state. After Post() (autocommit is on), cursor
> entered into dssPrepare state - why not dssBrowse? is it standard path for
> cursor?

A cursor is technically NOT a browsing component. It is unidirectional only
(for now, until scrollable cursors are released).

Whatever record you were on at the time of browsing was removed due to the
single record buffer of TIB_Cursor.

Regards,
Jason Wharton
www.ibobjects.com