what is call level interface?
Answer / saumendra
The Call Level Interface (CLI) is a de facto standard
software API for SQL-based database management systems,
created by The Open Group. Developed in the early 1990s,
the API was defined only for the C and COBOL programming
languages. The Call Level Interface defines how the C or
COBOL program should send SQL queries to the DBMS and how
the returned recordsets should be handled by the
application in a consistent way.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is jdbc odbc in java?
Explain creation of statement object with connection method create method with help of an example.
Explain different types of locks in jdbc?
Why do I have to reaccess the database for Array, Blob, and Clob data?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
How to test jdbc connection to sql server?
What are the different types of 2 tier and 3 tier architecture ?
What type of drivers have you used?
What is statement and preparedstatement in java?
What is JDBC PreparedStatement?
What is the function of drivermanager class?
What port does jdbc use?