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
Explain the locking system in jdbc?
What is execute in java?
How do I disallow NULL values in a table?
What packages are used by jdbc?
What are the advantages of using preparedstatement over statement?
What are the new features available in jdbc 4.0?
What is the use of jdbc api?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Is jdbc faster than hibernate?
What is an odbc driver?
When does the result for an sql statement return null?
Explain about the drive manager class working?
What class.forname does, while loading the drivers?
What is statement and preparedstatement in java?
Write a program JDBCcode forfetching student database with SQL.