Can somebody/anybody please try this on a CFMX installation within an 
application which is defined to use a MSSQL7.0 datasource for client 
variables storage. If some one can confirm that this works for them, then I 
can continue to look for other reasons other than a MX related issue.

<!--- set this to a file that weighs approx 20k --->
<cfset myfile="f:\inetpub\wwwroot\development\mlmsites.txt">
<cffile action="read" file="#myfile#" variable="tempVar">
Setting client variable myTestVar..
<cfset client.myTestVar=tempVar>


______________________________________________________________________
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to