macromedia.coldfusion.database_access
[Top] [All Lists]

Re: Downloading files from IMAGE datatype on SQL Server, old coldfusion

Subject: Re: Downloading files from IMAGE datatype on SQL Server, old coldfusion runtime
From: "-==cfSearching==-" <webforumsuser@xxxxxxxxxxxxxx>
Date: Sat, 23 Feb 2008 20:16:11 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Yes, cfdump did not exist yet in 4.5.  

 The tough part is that most of the recent options you will find require MX+.  
They take advantage of the fact that MX is built on top of java.  Whereas 4.5 
was still developed with C++ (IIRC).  So obviously code samples that work with 
MX+ may not be compatible with 4.5 because they require features it just does 
not have.

 Perhaps it is possible with 4.5. I do not know much about it.  As a last 
resort, what about saving the data to disk and then downloading it with 
cfcontent using the file attribute?  CF 4.5 does have the file attribute, right?
   


<Prev in Thread] Current Thread [Next in Thread>