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 |
Why we use jdbc instead of odbc?
In which ways is driver class is registered with drive manager?
What are the differences between stored procedure and functions?
explain about special characters?
What causes no suitable driver error?
What is the jdbc rowset?
What is use of connection pooling?
How to check null value in JDBC?
What is jdbc type?
Explain the main method?
What is Type-3 Driver and when this driver is used?
Where can I find ojdbc14 jar file?