What are the common tasks of JDBC?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we need jdbc?
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>......
Where can I find ojdbc14 jar file?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What are the types of statements in jdbc?
What is type 4 jdbc driver?
how can we connect to db without using getConnection() method
How java can be connected to a database?
Where can I find info, frameworks and example source for writing a JDBC driver?
Jdbc-odbc bridge is multi-threaded or not?
What are the common tasks of JDBC?
Explain the difference between resultset and rowset in jdbc