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 Type-4 Driver and when this driver is used?
What is difference between statement and preparedstatement in jdbc?
What are types of jdbc drivers?
What are the Isolation level in JDBC transaction?
What is dburl?
What is jdbc thin client?
How do we call a stored procedure from jdbc?
JDBC Drivers properties?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
Explain the different ways to register a driver?
What is jndi lookup?