Very slow FORMS!!!

From: Maxim <pochti_at_pisem.net>
Date: 22 May 2002 00:56:16 -0700
Message-ID: <73c4ea0a.0205212356.a0ac85d_at_posting.google.com>



[Quoted] Oracle 7, Forms 6.0

There is a table Tab1(a,b,b,d,e,g,h,k)

There is a view View_tab1(a,b,c,d,e) : Select a,b,c,d,e from tab1 connect by c=prior b start with c is null

I have block built on view View_tab1.

But some field are not database fields

I insert data into it with trigger POST-QUERY? because i want to made them updatable.

After user changing data in that fields i insert this data into tab1 table.

And when user want to go to that record it works very slowly because of that non-database fields.

Hoe can i made some field updatebale without making non-database fields and using POST-Query trigger? Received on Wed May 22 2002 - 09:56:16 CEST

Original text of this message