Computer Science, asked by yogi8552, 1 year ago

How to insert an image in to Oracle database using Java program?

Answers

Answered by suhailchaudhary6945
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