adspace
Answer Posted / Monitosh Sharma
To insert binary data like images, you can use a `Blob` or `Clob` object in JDBC. For example, you can create a Blob object, set the data using `setBinaryStream()`, and then execute an SQL update statement to insert the data into the database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers