InterviewSolution
Saved Bookmarks
| 1. |
How many SQLCA must be provided to an application that contains SQL statements (executable)? |
|
Answer» Only one SQLCA is needed for an application that CONTAINS executable SQL STATEMENTS. HOWEVER, SQLCA is not applicable to Java applications. |
|