What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
2 7565i 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 9345what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
1 4971MY code is: public class P1{
public static void main(String ar[])
{
class.forName("java.lang.String");
}
}
errors i got are :New.java:5: error:
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is jdbc connection string?
How can I determine where a given table is referenced via foreign keys?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What does jdbc do?
How can you create jdbc statements?
What are the different types of locking in JDBC?
How to insert an image or raw data into database?
Is jdbc connection secure?
What is in term of jdbc a datasource?
What is odbc and jdbc drivers?
What is meant by dao?
What is the full form of jdbc?
What is the return type of class.forname() method?
Explain the importance of drivermanager.