How do I connect to jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of statement in jdbc?
What is createstatement method in java?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
How to check null value in JDBC?
How is database middleware used to access legacy databases?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is JDBC Driver interface?
How to use JDBC API to call Stored Procedures?
What are the different types of statements in jdbc?
How can I get or redirect the log used by DriverManager and JDBC drivers?
What is isolation level? How to set it?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();