Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: webserver read consistancy
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
![]() |
![]() |