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 is statement and preparedstatement in java?

0 Answers  


What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?

0 Answers  


What is 2 phase commit?

0 Answers  


Write an sql to find all records having all upper case alphanumeric characters in a field ?

0 Answers  


What is the equivalent method for precompiled SQL Statement in JDBC?

1 Answers  






How do you debug PL/SQL code?

1 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


Name different methods for getting streams.

0 Answers  


What are the differences between resultset and rowset?

0 Answers  


JDBC Drivers properties?

1 Answers   Infosys,


What is the latest version of JDBC? What new features are added?

4 Answers  


What are statements in JAVA ?

1 Answers   CTS,


Categories