Rick,

Others have dealt with speed and storage issues regarding images and
databases. Here's how I handle things. Rather than calling a BLOB
object. What happens when your client wants to change a significant
proportion of the images - its much easier copying the new images to the
appropriate directory than inserting the images into the database.
Secondly, speed. To display the images, it requires a database call,
that is slower than the <img src=" tag.

Just two issues to consider.

regards,

larry

-- 
Larry C. Lyons
ColdFusion/Web Developer
EBStor.com
8870 Rixlew Lane, Suite 201
Manassas, Virginia 20109-3795
tel: (703) 393-7930 x253
fax: (703) 393-2659
http://www.ebstor.com
http://www.pacel.com
email: [EMAIL PROTECTED]

Chaos, panic, and disorder - my work here is done.
--

Rick Lamb wrote:
> 
> Larry,
> 
> I've asked this question before also. And got similar responses as yours
> which is appreciated. But is there any way you could tell us (a number of
> people have asked this question) why it's slower and messier. I'm sure for
> somebody that knows the details on what it takes to do this can logically
> agree with you (and others who have said the same) and I too would like to
> be one of those well informed people that come to the same conclusion for
> the same reasons. Could you or anyone else familiar with the techniques
> required for this please elaborate on this so I can say something other than
> "it's a bad idea because that's what somebody said."
> 
> Thanks,
> 
> Rick
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to