What is Pragma ? How do we know that which ERROR code is associate to what error ?

Questions by prabhatushar   answers by prabhatushar

Showing Answers 1 - 9 of 9 Answers

rajakumar

  • Nov 2nd, 2007
 

Pragma is a compiler directive. Using SQLCODE & SQLERRM functions we know that which ERROR c...

  Was this answer useful?  Yes

rajakumar_na

  • Nov 2nd, 2007
 

Pragma is a compiler directive. Using SQLCODE & SQLERRM we know that which ERROR code is associate to what error.

  Was this answer useful?  Yes

Pragma is a compiler directive. It passes information to compiler. These are processed at compile time not at runtime.

                  Types of PRAGMA
1.AUTONOMOUS_TRANSACTION
2.EXCEPTION_INIT
3.RESTRICT_REFERENCES
4.SERIALLY_REUSABLE

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions