- 1
How to inser and retrieve images in database
any one pls help me
2 odpowiedzi
+ 5
Bad idea to store images in database: you should better store their path only in a text field, and store images in files on server ^^
Anyway, if you want even so store them in database, you need to use the 'blob' data type ;)
http://stackoverflow.com/questions/1347461/saving-images-files-or-blobs
0
use pointers within a db to point to the location of the image....