>>I've read about saving images as BLOBs inside MS-SQL.  Are there any
advantages or pitfalls to doing it this way?

It is generally not considerd as a good idea to use a database to store 
images.
The file management system in the operation is also a kind of database, 
especially made to store
and retreive files.
The reason database systems have been designed is that they allow for 
information searching and sorting.
But there is nothing to search and sort in an image, so the file 
management system is much better suited for this
kind of task.
Using the database engine will just have a bad impact on the overall 
performance, for no advantage.

-- 
_______________________________________
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:224833
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to