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 explain?
How can I manage special characters when I execute an insert query?
What is transaction processing in jdbc?
What are the different types of classes in the api component?
What are the components of jdbc?
What is database deadlock ? How can we avoid them?
What is a jdbctemplate?
Is jdbc and orm?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What are jdbc and its components?
what is call level interface?
Explain Basic Steps in Writing a Java Program Using Jdbc?