>can you please tell me how to store the images/movie files in the database
>so that if i click on the image later , i should able to run that file to
>watch the movie. Is there any way in the cf to do this??
>I'm using sql server7 database with cold fusion 4.5
I wouldn't store your .mpeg's/.avi's or whatever huge blob's in the
database - just store a path to the file in the database and retrieve the
file via an url. The performance hit of making SQL Server drag that huge
file out of the table and across the wire isn't worth it.
...Jay
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
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.