0
How to store images in database
can anybody explain, how do we work on images in database? like storing, retrieving, updating it? please tell me the syntax, how to store and retrieve image from database?
5 Respostas
+ 1
in blob stands for binary large size object ,and using blob anybody can store image direct inside database,where as if u want to store the image outside the database the u can give it's location path into bfile.if your first priority is security to image file then store it directly into db using blob,otherwise if security is not the issue then use bfile
0
this is to store information in tables
0
using blob /bfile
0
actually images are count in large size object
0
yes BLOB is an binary object ..use memory stream to convert image into binary and binary to image