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 |
Where is jdbc used?
How to connect html page to database using jdbc?
Why did my jdbc code throw a rollback sqlexception?
What does jdbc stand for?
Does sql allow null values ?
why we don't use the type 2 driver for connect to the database in jdbc?
What is an advantage of using the jdbc connection pool?
What is a jdbc connection pool?
How do I connect to jdbc?
What is jdbc driver for sql server?
how we can remove hard code in java?
Why do we need jdbc driver?