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 and its advantages?
What is an odbc driver?
What is jdbc dialect?
What does executeupdate return in jdbc?
How to find the column count in resultset?
What is layer in communication?
Is java a database?
Is jdbc a protocol?
is java pure object oriented or not ?
How warnings are retrieved in JDBC?
What are the common JDBC problems that you got and how do you solved them?
How the JDBC application works?