|
Related Questions |
View Answer |
|
Which of the following statement is true for the Type 2 JDBC driver?
|
View Answer
|
|
Which of the following is false for the Type 1 JDBC bridge driver?
|
View Answer
|
|
How many JDBC drivers are there ?
|
View Answer
|
|
The full form of JDBC is _________________
|
View Answer
|
|
The full form of ODBC is ___________
|
View Answer
|
|
Which of the following describes the correct sequence of the steps involved in making a connection with a database.1. Loading the driver2. Process the results.3. Making the connection with the database.4. Executing the SQL statements.
|
View Answer
|
|
Which of the following statements is true regarding the two tier model of the JDBC driver model.
|
View Answer
|
|
Which of the following statement is true regarding the three tier model in the JDBC driver model architecture.
|
View Answer
|
|
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection ?
|
View Answer
|
|
Is the JDBC-ODBC bridge multithreaded ?
|
View Answer
|
|
State true or falseCan we retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column ?
|
View Answer
|
|
Which of the following statements is true regarding the failing of the class.forName in jdk 1.1.x.
|
View Answer
|
|
The cause of failing to load the appropriate JDBC drivers before calling the getConnection method, or it specifying an invalid JDBC URL--one that isn't recognized by your JDBC driver can result in the error __________________ during a call to the DriverManager.getConnection method.
|
View Answer
|
|
JDBC-ODBC Bridge does not work with Microsoft J++, because it does not support ___________________
|
View Answer
|
|
Which of the statements are true regarding availability of the integrated version of JDBC API and the JDBC-ODBC Bridge in JDK.
|
View Answer
|
|
State true or false :-The JDBC-ODBC bridge from Sun's Java Software does not provide network access to desktop databases like Microsoft access by itself.
|
View Answer
|
|
Which of the following is true regarding the use of the JDBC-ODBC bridge with the applets.
|
View Answer
|
|
State true or false :-The JDBC-ODBC bridge from Sun's Java Software does not provide network access to desktop databases like Microsoft access by itself.
|
View Answer
|
|
Two parts of JDBC 2.0 API are
* The JDBC 2.0 core API (the java.sql package), which is included in the JavaTM 2 SDK, Standard Edition * The JDBC 2.0 Optional Package API (the javax.sql package), which is available separately or as part of the Java 2 SDK, Enterprise Edition
State true or false for the above both points
|
View Answer
|
|
State true or false :- ResultSet.CONCUR_UPDATABLE used with the result set is used to update the rows directly in the database.
|
View Answer
|