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 Apps  >  D2K

 Print  |  
Question:  use of Post and Commit

Answer: In which circumstances you will use POST instead of commit?


December 12, 2008 08:09:37 #1
 krishna.jha   Member Since: December 2008    Total Comments: 1 

RE: use of Post and Commit
 
Posting is an event that writes insert update and delete in the form but not commiting these transaction to the data base.
Commit is an event that attempts to make the data in the database identical to data in the form.
     

 

Back To Question