How to insert images in Database using JDBC?
Answers
Answered by
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