Hi Sean,

It's almost never useful to store an image in a database.  You can't sort on
it, or search on it, and it takes up a lot of room.  Most people store the
path to the file, and whatever other info they may need for searching and
sorting, etc.  Is there any reason you need to store the images in the db?



-----Original Message-----
From: Sean Renet [mailto:[EMAIL PROTECTED]]
Sent: Sunday, July 02, 2000 9:25 PM
To: [EMAIL PROTECTED]
Subject: IMAGES and Database entry


Can someone show me an example of a CFQUERY that enters an image into a
database?  I am using SQL 7.0, I just can't seem to get the syntax right....

----------------------------------------------------------------------------
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to