What are the return values of functions SQLCODE and SQLERRM ?
Answer Posted / tulsi
SQLCODE returns the latest code of the error that has
occured.
SQLERRM returns the relevant error message of the SQLCODE.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
Can we join 3 tables in sql?
what is the difference between blob and text? : Sql dba
what is the difference between sql and t-sql? : Transact sql
What is using in sql?
How does stored procedure reduce network traffic?
How can we avoid duplicating records in a query?
How do I kill a query in postgresql?
What is primary key and foreign key with example?
Why do we use sqlite?
what is a record in a database ? : Sql dba
Explain what is dbms?
Are stored procedures faster than dynamic sql?
Explain autonomous transaction.
How many types of keys are there in sql?
How do I run a pl sql program?