What is an SQL Locator?
No Answer is Posted For this Question
Be the First to Post Answer
Explain some new features available in jdbc 4.0?
Is odbc an api?
What is the function of setautocommit?
What do you mean by metadata and why we are using it?
Which package is used for jdbc application?
What is difference between odbc and jdbc?
What is the query used to display all tables names in SQL Server (Query analyzer)?
Is there any limitation for no of statments executed with in batchupdate?
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 while rs next ())?
What are the common JDBC problems that you got and how do you solved them?
Can you create an index on sex column where there is M or F?