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 the difference between Union, Unionall ?
How a database driver can be loaded with jdbc 4.0 / java 6?
Is jdbc open source?
What are the functions of the jdbc connection interface?
What should be done for auto generating primary key id in a table ?
Jdbc-odbc bridge is multi-threaded or not?
What are JDBC Best Practices?
how to prevent finally block from execution
Where is jdbc url mysql?
Explain the life cycle of jdbc.
Which is better odbc or jdbc?
Name the types of jdbc drivers.