What is transaction processing in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of resultset are there in jdbc?
How do I stop nullpointerexception?
Can I get a null resultset?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
How to check jdbc driver version in websphere?
What is Type-2 Driver and when this driver is used?
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is the difference between Union, Unionall ?
What are the 4 types of jdbc drivers?
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 a rollback in jdbc?