Subject | Re: [IBO] state diagram |
---|---|
Author | Gediminas |
Post date | 2003-12-04T22:36:51Z |
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?
At 2003-12-04 17:12, you wrote:
The Truth Is Out There
before entering dssInsert state. After Post() (autocommit is on), cursor
entered into dssPrepare state - why not dssBrowse? is it standard path for
cursor?
At 2003-12-04 17:12, you wrote:
>You can go from almost any state to any other state. IBO takes care of what--/ Gediminas /--
>is needed to get you there. Some special things most people don't realize is
>it is possible to go from dssPrepared state to dssInsert state. This means
>you can insert into a dataset that has only been prepared and not opened
>yet.
The Truth Is Out There