How do you insert images into database using jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What are the jdbc statements?
How do you insert images into database using jdbc?
What are the flow statements of jdbc?
What is jdbc and odbc?
What is the meaning of “dirty read” in the database?
Which package is used for jdbc application?
How to set the attribute concurrency in resultset?
What is Apache DBCP API?
Explain what should be done when a SQL exception is raised?
What is JDBC Savepoint? How to use it?
How can we move the cursor in a scrollable result set?
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>......