Why isn't the java.sql.DriverManager class being found?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most common example type 1 driver?
What is jdbc connection interface?
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.
I have getting problem to calling stored procedure from Mysql through JSP. Please help me.
How can you load the drivers?
What is jdbc and its types?
How can we store the file in the oracle database?
How to connect multiple database in jdbc?
Which package is used for jdbc application?
password, is stored in as plain text. What can I do to protect my passwords?
MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......
What is the use of jdbc api?