How to insert an image in to Oracle database using Java program?
Answers
Answered by
0
Answer:
Step.1Connect to database .You can connect to a database using the getConnection() methods of the DriverManager class...
Step.2 Create a prepared statement
Step.3 Set values to the place holders..
Step.4 Execute the statements
Explanation:
Similar questions