What is jdbc connection class?
No Answer is Posted For this Question
Be the First to Post Answer
What type of driver you use in real-time projects?
Is jdbc faster than odbc?
Why do you use a data source object for a connection?
Explain the sequence of steps to connect to the database?
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>......
Without using of Class.forName(? ?), how do you connect to db?
How do you debug PL/SQL code?
What is ODBC and JDBC? How do you connect the Database?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Explain jdbc savepoint?
What is the syntax of URL to get connection?
why are using type4 driver in realtime projects?