What is jdbc dialect?
No Answer is Posted For this Question
Be the First to Post Answer
What is while rs next ())?
What is new in JDBC 2.0?
What is db client?
Difference between Dirty, commited ,phantom,repeatable reads?
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>......
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
java based application for hospital management
How are jdbc statements used?
How many ways that we can view a result set?
Write a program JDBCcode forfetching student database with SQL.
Does sql allow null values ?
Name the types of jdbc drivers.