What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7538i 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 9287what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 4952MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
Why did my jdbc code throw a rollback sqlexception?
What is database deadlock ?
What does the jdbc resultsetmetadata interface?
How to move the cursor in scrollable resultset ?
Which jdbc driver type s is are the jdbc odbc bridge?
How can I determine where a given table is referenced via foreign keys?
When does the result for an sql statement return null?
How can you load the drivers?
java based application for hospital management
What is jdbc odbc connection?
How do I stop nullpointerexception?
What are the components of jdbc?
Give an example for execution of sql statement.
Is jdbc an api?
How many jdbc driver types are there?