What I do is hold the URL of an image (rather than the image itself) in a
database - allows cross reference against db records, and provides quick
accessibility to images pertinent to a situation.

HTH,

Derek

IT Star
Web Design, Hosting, Database Integration and Internet Marketing
http://www.itstar.co.uk/
[EMAIL PROTECTED]

-----Original Message-----
From: lsellers [mailto:[EMAIL PROTECTED]]
Sent: 26 March 2001 19:09
To: CF-Talk
Subject: RE: Database Images

> >When you store an image in the database, how do you go about
> displaying it
> >on the HTML page? Right now, I am simply storing the URL in the DB to the
> >image file on the hard drive, but looking to storing them in the
> actual SQL
> >Server dataabase as another solution. I just wanted to find out how one
> >would go about doing this and get any feedback from those who have used
> >this
> >technique.

The current design of most HTTP servers that seperates it from a database
makes this inefficient. If a database server were to construct a http
service/daemon that directly interfaces with it this would be more feasible.

At the moment there are few situations that warrant such an overhead
(keeping security badge ids, etc being among the few, for example.)

--min
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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