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 are the considerations for deciding on transaction boundaries?
What do you mean by two phase commits?
Is jdbc part of j2ee?
What is jdbc thin client in oracle?
How can you make a connection?
Does JDBC support stored procedures?
what happen if we set JDBC string to NULL?
Is jdbc faster than odbc?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is the difference between client and server database cursors?
What are the differences between execute, executequery, and executeupdate?
What are the different types of JDBC drivers?
What is jdbc resultsetmetadata interface?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What is JDBC Batch Processing and what are it’s benefits?