What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 6904i 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
IBM,
5 8162what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 4539MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What is jdbc architecture in java?
Why do we use jdbc statements?
How to check jdbc driver version in websphere?
What is ojvm used for?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is jdbc servlet?
What is odbc and jdbc?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
How do I start debugging problems related to the JDBC API?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
What is jdbc vs odbc?
Briefly tell about the jdbc architecture.
Expalin the method of calling a stored procedure from jdbc.