December 24, 2003 at 8:37 am
Also when storing an image into a BLOB filed, store the extension of the file name in a separate column so that when you retrieve the image from the BLOB field, you know the type of that image file and you can use that extension whe reconstructing the image file name.
December 29, 2003 at 8:00 am
This was removed by the editor as SPAM
December 29, 2003 at 10:56 am
Good idea. Love to see an article on using this in an app 😀
Steve Jones
http://www.sqlservercentral.com/columnists/sjones
The Best of SQL Server Central.com 2002 - http://www.sqlservercentral.com/bestof/
December 29, 2003 at 11:58 am
I've done this because I wanted a generic asp page to deal with binary data and depending on that file extension set the appropriate html content type. But somehow that didn't work and so I dropped this stuff.
Frank
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply