بتاريخ: 2 نوفمبر 200619 سنة comment_82005 السلام عليكمارجوا منكم اعطائي شرح مفصل عن pre_query triggerومتى يعمل تقديم بلاغ
بتاريخ: 4 نوفمبر 200619 سنة comment_82129 سلام Pre-Queryexecutes on the block level immediatly before a block receives execute query command.It executes only once before the entire query processingif you press the execute query button (f8(the pre-query fires.why to use it?to prevent a query to take place, or modify query condition Once the pre-query is executes, then Oracle forms issues the query to the database. Then when the records are being fetched, the post query executes once per record.exampleif the user name is SCOTT, you want to cancel the querywrite the following on the PRE-QUERY triggerIF USER='SCOTT' THEN MESSAGE ('sORRY QUERY CANCELEED');RAISE FORM_TRIGGER_FAILURE);Ammar Sajdiwww.e-ammar.com تقديم بلاغ
بتاريخ: 4 نوفمبر 200619 سنة comment_82131 thank you a lot for care to answer the question forward in your life تقديم بلاغ
بتاريخ: 5 نوفمبر 200619 سنة كاتب الموضوع comment_82190 thank uuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu تقديم بلاغ
انضم إلى المناقشة
يمكنك المشاركة الآن والتسجيل لاحقاً. إذا كان لديك حساب, سجل دخولك الآن لتقوم بالمشاركة من خلال حسابك.