Is jdbc part of j2ee?
No Answer is Posted For this Question
Be the First to Post Answer
Without using of Class.forName(? ?), how do you connect to db?
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.
What is a lock in jdbc?
What is jdbc odbc bridge?
Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
What are the classes and methods used for sending sql statements to database?
How to set NULL values in JDBC PreparedStatement?
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
Is there another way of dealing with the result set that could execute faster?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What are the components of jdbc?