Computer Science, asked by ujjwal4530, 1 year ago

How to insert images in Database using JDBC?

Answers

Answered by abeernaeem3
0

Insert images in database. you can not Insert a picture in database directly. but you can store binary data of picture file. To insert image in database we need a column of type BLOB (Binary Large Object).

copied

Similar questions