Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Transactions and MDI-Developing

Re: Transactions and MDI-Developing

From: Jiliang Chiu <lchiu_at_bellsouth.net>
Date: Mon, 19 Jul 1999 13:39:25 -0500
Message-ID: <GlJk3.711$B22.3021@news2.atl>


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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US