Answer Posted / mathivanan
Connection is the second step of JDBC followed by
Driver_Loading. It gives the connection between the
database Driver's Manager and our java program.
Syntax: Connection con_obj = DriverManager.getConnection
("url", "login_name", "password");
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is represented by the connection object?
List the common jdbc exceptions ?
What is jdbc vs odbc?
What does the jdbc resultsetmetadata interface?
Which jdbc driver is the fastest driver?
How do I load a database driver with JDBC 4.0 / Java 6?
What is a jdbc driver and how many jdbc drivers are available?
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
Where is jdbc used?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What is the use of the statement in jdbc?
What is layer in communication?
What are the types of statements in jdbc?
How many rowset are available in jdbc?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?