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

How you restrict a user to cut and paste from the html page using java programing?

0 Answers  


How can we move the cursor in a scrollable result set?

0 Answers  


How do I insert/update records with some of the columns having NULL value?

0 Answers  


i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me

5 Answers   IBM,


What are jdbc and its components?

0 Answers  






What are the different types of lockings in jdbc?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


How to connect multiple database in jdbc?

0 Answers  


Explain the steps in writing a java program using jdbc?

0 Answers  


What is the purpose of jdbc resultset interface?

0 Answers  


What is jdbc and explain jdbc architecture?

0 Answers  


What does executeupdate return in jdbc?

0 Answers  


Categories