Answer Posted / guest
Post writes data in the form to the database but does not
perform database commit
Commit permenently writes data in the form to the database.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
In what situation u create the BPA.
What is the difference between bind and lexical parameter?
Have you come across the error ?Failed while printing ?. Why it is happened and How to solve that?
How do u print the data horizantally by using XML report? EX:Suppose there is one table names as SAMPLE in that we have only two columns say empno,ename.I want the output like this,At run time user may enter 3 colums(i.e to data print horizantally). empno ename empno ename empno ename 100 aaa 101 bbb 102 ccc 103 ddd 104 eee 105 fff
difference between global n context sensitive segments?
If the valueset if of type –TABLE then how many tables can we attach in the valueset ?
Why oracle forms required?
What is an implicit anchor and how is it a different form explicit anchor in a report builder?
how to send file attachment from oracle forms
How can we generate report output in excel format?
What is an oracle report?
What is an oracle report? List its various types.
what is tripstop report?
what the 'lov of validation' property of an item? Mention what is the difference between lov and list item?
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement