what are savepoint mode and cursor mode properties ?
Answer / Amit Ranjan Kumar
"Savepoint Mode Property" in Oracle Forms determines how the form saves changes during a transaction. The available options include AutoCommit (savepoint created after each SQL statement), ManualCommit (no savepoint is created until the user explicitly commits the transaction), and Off (no savepoints are created at all).nn"Cursor Mode Property", on the other hand, determines how the form handles cursor movement. The available options include MoveLast (move to the last record when navigating backward), MoveNext (move to the next record when navigating forward), and MovePrior (move to the previous record when navigating forward).n
| Is This Answer Correct ? | 0 Yes | 0 No |
Do you know table based value sets?
What are open_form,call_form,new_form?
What are referenced objects? Explain the importance of referencing.
Difference between vat and property class.
how can you pass values to-and-fro from foreign function?
Explain the benefits and uses lexical parameter.
What is call form stack?
Have you used lexical parameters in reports?
What is forms_mdi_window?
What is secure property?
Explain the use of dde package in d2k.
How many types of canvases are there.