Answer Posted / p.kodanda rami reddy
After loading the driver in order to refer the what kind of
database u communicate we Establish the connection with the
help of a static method called GETCONNECTION this is from
DRIVER MAMAGER.GETCONNECTION. accepting arguments as JDBC
URL ,USER NAME , PASSWORD
EX: DriverManager.getConnection
("jdbc:odbc:sid","scott","tiger");
here jdbc,odbc,sid -> is url and sid is service id.
scott - > is user name.
tiger - > is password.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Discuss the significances of jdbc.
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What does the jdbc resultsetmetadata interface?
What does the connection object represents?
Explain about column name and getter method?
What is jdbc thin client?
How do I find ojdbc jar version?
How to insert an image or raw data into database?
Name different methods for getting streams.
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is JDBC Driver interface?
Explain the role of driver in jdbc.
Write an sql to find all records having all upper case alphanumeric characters in a field ?
Where can I find info, frameworks and example source for writing a JDBC driver?
Where is mysql jdbc driver located?