What is the limitation of PreparedStatement and how to overcome it?
No Answer is Posted For this Question
Be the First to Post Answer
What are the main components of JDBC ?
What is java soft framework?
Can I use JDBC to execute non-standard features that my DBMS provides?
What is metadata in jdbc?
How do we call a stored procedure from jdbc?
What is the difference between triggers and procedures?
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 are the common JDBC problems that you got and how do you solved them?
What do you mean by odbc?
JDBC Drivers properties?
How many types of JDBC Drivers are present and what are they?
What is xe in oracle jdbc url?