what is call level interface?



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

Post New Answer

More JDBC Interview Questions

What are the higher level apis under development on top of jdbc currently?

0 Answers  


What is a rollback in jdbc?

0 Answers  


Why do we use jdbc in java?

0 Answers  


What does jdbc stand for?

0 Answers  


What is the meaning of connection?

0 Answers  






What are the flow statements of jdbc?

0 Answers  


Why we use while rs next ())?

0 Answers  


Is jdbc database independent?

0 Answers  


Give steps to connect to the db using jdbc?

0 Answers  


What is the function of setautocommit?

0 Answers  


What is the syntax of URL to get connection?

1 Answers  


What is connection data?

0 Answers  


Categories