Its possible yes. But storing images in a DB is highly discouraged. Because it makes maintenance exponentially more complex, and delivery of the image requires significantly more code in the application accessing the database than a simple string path to the image.
Look at the blob field type in MYSQL for storing images.
----------------------------------
Phil AKA Vacunita
----------------------------------
Ignorance is not necessarily Bliss, case in point:
Unknown has caused an Unknown Error on Unknown and must be shutdown to prevent damage to Unknown.
from recollection it is an almighty headache getting images out of office applications as they were/are stored in an OLE wrapper. it may be easier with the more recent versions of office (although the problem still persisted for access quite recently.
I ended up building an automation server that launched the image into an editor and took a screen shot of it. terribly kludge.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.