Answer Posted / 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 |
Post New Answer View All Answers
What does it mean to "materialize" data?
What is sqlwarning?
How do I insert an image file (or other raw data) into a database?
What is execute in java?
What is xe in oracle jdbc url?
What is jdbc odbc bridge?
What do you mean by metadata and why we are using it?
What is meant by dao?
Where is mysql jdbc driver located?
Is jdbc a middleware?
How to check jdbc connection in java?
Is jdbc faster than hibernate?
Explain about multiple implementations and drive manager?
What is the difference between jdbc and odbc?
Name the new features added in jdbc 4.0.