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 17:19:02 +0000 (UTC)
Newsgroups: macromedia.coldfusion.database_access

Check the CF version first. One of these should work

 <!--- MX6 + --->
 <cfdump var="#server#">


 <!--- Prior to MX6 ? --->
 <cfoutput>
 name #server.coldfusion.productName#<br>
 version #server.coldfusion.productVersion#<br>
 </cfoutput>


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