How a driver can be loaded?
Answer / samsudeen
the Driver is Loaded using Class.forName
For Ex : I Load the mysql Driver
Class.forName("org.gjt.mm.mysql.Driver");
| Is This Answer Correct ? | 1 Yes | 0 No |
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
Which constraint cannot be specified as an explicit constraint and should be specified with the column only ?
What are the standard isolation levels defined by JDBC?
What is namedparameterjdbctemplate?
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
How can we store the file in the oracle database?
What are four types of JDBC driver?
How does JDBC API helps us in achieving loose coupling between Java Program and JDBC Drivers API?
What is the major difference between java.util.date and java.sql.date data type?
How does jdbc connect to database?
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
How will you perform truncation using JDBC?