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

Home -> Community -> Usenet -> c.d.o.server -> Re: webserver read consistancy

Re: webserver read consistancy

From: Jason Pepper <jason_at_steamer.u-net.com>
Date: 1998/04/01
Message-ID: <6fu8cb$qud$1@news.u-net.com>#1/1

Dennis,

If you require read consistency across sessions, then a simple way to implement this would be to use the generator capabilities of Designer/2000 from Oracle.

This has the ability to create PL/SQL wrappers for your tables and then when you generate new applications it uses these wrappers to insert/update/delete the data.

You can also use these wrappers yourself.

These wrappers will provide you with the 'Data updated by another user - please requery' type of error that is experienced in Oracle Forms.

Regards
===


Jason Pepper  Phone Mail : +44 171 691 7298
                Fax Mail : +44 171 691 7298
                  E-Mail : jason_at_steamer.u-net.com
                     WWW : www.steamer.u-net.com

Received on Wed Apr 01 1998 - 00:00:00 CST

Original text of this message

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