Subject Re: [IBO] state diagram
Author Jason Wharton
> i would like to know possible state transitions & conditions, so graphical
> states diagram/picture would be the match. or there would be questions
time
> from time about states =]

It's really pretty flexible. Common sense will be your guide here.

You can go from almost any state to any other state. IBO takes care of what
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.

Regards,
Jason