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
Why we use jdbc instead of odbc?
What are the three parts of a jdbc url?
Name different methods for getting streams.
Which interface handles transaction management in jdbc?
Briefly tell about the jdbc architecture.
How does jdbc work?
What is jdbc odbc bridge in java?
Explain the necessary steps to connect to the database in java?
What is drivermanager in jdbc?
What is the advantage of namedparameterjdbctemplate?
What is the benefit of having jdbcrowset implementation?
Which Java and java.sql data types map to my specific database types?
What are the ddl statements?
Is jdbc faster than odbc?
What are the factors that the jdbc driver performance depends upon?