Can someone tell me how to retrieve an image stored in an access db and show this through asp ?
Many answers tell me to store the path into the db, but that is not an option.
Tried with BinaryWrite , but no success till now.
Any one ?
Printable View
Can someone tell me how to retrieve an image stored in an access db and show this through asp ?
Many answers tell me to store the path into the db, but that is not an option.
Tried with BinaryWrite , but no success till now.
Any one ?
Tried this, doesn't work, i only get an image box with no image in it.
Will keep on trying it this way, if there are other ways to get them images please reply.
I have posted 2/3 different solution in this threadQuote:
Originally posted by swatty
Tried this, doesn't work, i only get an image box with no image in it.
Will keep on trying it this way, if there are other ways to get them images please reply.
http://www.vbforums.com/showthread.p...ghlight=danial
All answers i found on this topic telling to use BinaryWrite.
Seems in my project it won't work properly, i don't get an error the only thing i see is an image object with the X in it.
Just like you want to show an image but give the wrong path to it.
If i put the data of the image , it is reading an image object.
Could it be some properties need to be set ???
Don't know what else there could be wrong.:blush:
Resolved: used path in db was only thing that worked