Subject | Re: [IBO] state diagram |
---|---|
Author | Jason Wharton |
Post date | 2003-12-04T16:12:14Z |
> i would like to know possible state transitions & conditions, so graphicaltime
> states diagram/picture would be the match. or there would be questions
> 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