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 new features added to JDBC 4.0?
Differentiate between stored procedure and functions?
What is drivermanager in jdbc?
What is getconnection method in java?
What is jdbc resultsetmetadata interface?
How do I load a database driver with JDBC 4.0 / Java 6?
Explain the life cycle of jdbc.
What is a connection string used for?
What is the role of jdbc drivermanager class?
Describe the steps needed to execute a sql query using jdbc.
What are the new features available in jdbc 4.0?
How many types of JDBC Drivers are present and what are they?
What are JDBC Best Practices?
What does adapter class provide?
Why do we use jdbc statements?