Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Transactions and MDI-Developing
You can use built_in
OPEN_FORM('form_name', active/No_active, session/No_session,
share_library_data/No_share_library_dat, paramlist_id)
to open other forms, and assign their own session.
(seesion/No_session) means wthether the calling form get its own session.
JC
Nicolas Bronke <news_at_TRINITY.de> wrote in message
news:3791ec82_at_news.uk.ibm.net...
> Following problem:
>
> Oracle knows only one transaction. Therefore a commit or rollback removes
> all locks, changes every data etc.
>
> If I develop a SDI (single form app.) that is no problem. But if I develop
a
> MDI (multi form app.) it could happens that two forms are open, both lock
> records. But if one of the forms send a commit or rollback all locks are
> removed! Not only of the current form.
>
> Does anybody knows about that problem and has a kind of recommendation? I
> try to disallow editing in more than one form at the same time.
>
> Kindest regards
> Nicolas Bronke
>
>
Received on Mon Jul 19 1999 - 13:39:25 CDT
![]() |
![]() |