GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Oracle  >  D2K
Go To First  |  Previous Question  |  Next Question 
 D2K  |  Question 2 of 69    Print  
How do you trap default forms processing ( DML)

  
Total Answers and Comments: 1 Last Update: October 27, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
October 27, 2005 06:57:28   #1  
ysumanth        

RE: How do you trap default forms processing ( DML)

  Override on- triggers

on insert /ondelete / on update


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer :   Override on- triggers on insert /ondelete / on update ...

Latest Answer : To writeDeclareT_filename Text_Io.File_Type;w_NewLine    varchar2(200); BeginT_filename := Text_Io.Fopen('c:test.txt', 'W');Text_Io.Put_Line(T_filename,'this is test');Text_Io.Fclose(T_filename);End;To ReadBeginT_filename ...

Latest Answer :  FILENAME := GET_FILE_NAME(File_Filter=> 'PDF Files (*.PDF)|*.PDF|'); SHOW_FILE:= '"'||FILENAME||'"'; HOST(SHOW_FILE);  Contact me at 09880603773 ...
Read Answers (5) | Asked by : Deepa Agrawal

What is the correct sequence of firing triggers in Forms1) Pre-form2)Pre-block3)When-new-form4)When-validate-item5)Post-block

1. what r the virtual paths for icon configuration file path defined in a 9i and 10g appln server.2. what r the diff types of component in 9i and 10g appln server.3. which property is used to load the appln in forms configuration.4. what is lock option in reports 9i5. Howmany composite pk or unique keys are passible for single table in oracle 10g6. howmany columns are passible in single table oracle 10g7.which index is best suitable for low coordinality columns. 8. Explain the b-tree index with
Read Answers (1) | Asked by : Edwin Peterson.A

Latest Answer : We can open Window's common dialog boxes by following: First attach the library called d2kutil.pll. After attaching that library u will get the Win_Api_Common_Dialog Package...there wil get the functions to open the common dialog bolxes like open, save ...
Read Answers (1) | Asked by : Nitina

Latest Answer : host('c:myFile.bat'); ...
Read Answers (1) | Asked by : Manjunath Devang

we can restrict duplicate entries in the form cheak which coloum can be maintained uniquenessfor that coloumn item text write a trigger when_key_navigatedeclaree_empno number(5);cursor c is select * from 
View Question | Asked by : Ramesh

How do you repeat the same values to the next record from the previous record to reduce the user entry in d2k forms 4.5.
Read Answers (2) | Asked by : deva suresh

What are the forms status in form 6i 
Latest Answer : The three form status are New ,QUERY, CHANGEDTARIYAL,BIJENDER ...


 Sponsored Links

 
Related Articles

Moving All the XML Processing into the Database

Moving All the XML Processing into the Database In the preceding example the database server performs only a part of the XML processing while the rest is still performed by the PHP engine Specifically the database server generates an employees XML document based on the records from the hr employees
 

Performing XML Processing inside the Database

Performing XML Processing inside the Database When building XML enabled applications on top of Oracle there are many advantages to performing the XML processing inside the database when compared to performing it on the client The key advantages to perform XML processing inside the database are as fo
 

Transforming and Processing XML with XSLT

Transforming and Processing XML with XSLT In the preceding example you transform XML into HTML directly in your script wrapping the data extracted from the XML document into appropriate HTML tags Alternatively you might perform an XSL Extensible Stylesheet Language transformation to get the same gen
 

XML Processing in PHP and Oracle Applications

Processing XML in PHP Oracle Applications As mentioned there are two alternatives when it comes to performing XML processing in your PHP Oracle application You can perform any required XML processing using either PHP s XML extensions or PEAR XML packages or Oracle s XML features mosgoogle In the fol
 

On-Line Transaction Processing

On-Line Transaction Processing On-Line Transaction Processing is a processing that supports the daily business operations. Also know as operational processing and OLTP.  An OLTP is a database which must typically allow the real-time processing of SQL transactions to support traditional reta
 

On-Line Analytical Processing

On-Line Analytical Processing On-Line Analytical Processing is a processing that supports the analysis of business trends and projections. It is also known as decision support processing and OLAP.  An OLAP software enables companies to have real-time analysis of data stored in a database. A
 

What is the default return value of a function?

The default return value from a function is int. In other words, unless explicitly specified the default return value by compiler would be integer value from function.   When a programmer wants other than integer values to be returned from function then it is essential that the pro
 

XML Processing

XML Processing XML documents process is explained by a huge set of specifications and the list of these specifications is growing endlessly A lot of applications depend on these specifications to work with XML or extensive markup language These specifications will have all the requirements listed fo
 

PHP Tutorials – Forms

PHP Tutorials Forms In the PHP Tutorial you will learn about PHP Forms Predefined variables Reading input from forms and Using hidden fields to save state mosgoogle Predefined variables PHP has several predefined variables called superglobals Superglobals are always present and available in an
 

VB Script - How to use VBScript with Forms

VB Script How to use VBScript with Forms In this tutorial you will learn about How to use VBScript with Forms Introduction How to do validate your Forms and Conclusion mosgoogle Introduction Now this is the last topic of the tutorial and you will learn how to validate and submit the data to the web
 

Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape