Reefslayer
IS-IT--Management
Hello All.
I have an application using SQL at the back end I'm trying to understand in greater detail. My exposure to SQL has only been in terms of system admin, so I'm struggling a bit with this one!
My app is ASP web based and there are lots of images (Gif's) used in the GUI. I presumed that the database would simply store a path to the localy stored image files which I could easily view and edit and so maintain the image links in the app. Not So!
Upon further investigation it looks as though the images are stored as binary values. However when I look at the relevent columns I see <binary> and not the actual binary value. Why is this?
Is there any way I can retreive the value and output it to an image .Gif file using T-SQL?
Could I then upload another image.gif file as binary and so replace the original image? What I'm after is a way of maintaining this but the dev guys have got me!
Any thoughts/observations/ideas appreciated.
I have an application using SQL at the back end I'm trying to understand in greater detail. My exposure to SQL has only been in terms of system admin, so I'm struggling a bit with this one!
My app is ASP web based and there are lots of images (Gif's) used in the GUI. I presumed that the database would simply store a path to the localy stored image files which I could easily view and edit and so maintain the image links in the app. Not So!
Upon further investigation it looks as though the images are stored as binary values. However when I look at the relevent columns I see <binary> and not the actual binary value. Why is this?
Is there any way I can retreive the value and output it to an image .Gif file using T-SQL?
Could I then upload another image.gif file as binary and so replace the original image? What I'm after is a way of maintaining this but the dev guys have got me!
Any thoughts/observations/ideas appreciated.