RE: Not to start a flame war.....

2005-07-13 Thread Stewart, Ryan
One of the main benefits that I think ColdFusion has over .NET is the fact that it is a Macromedia product. Macromedia is (for now) the undisputed king of Rich Internet Applications. With Flex and Flash defining the landscape of this part of the internet, having a backend that is almost

Using CF Variables Returned from a SQL Query

2005-06-13 Thread Stewart, Ryan
I have a column in a SQL table that contains a string of text that includes ColdFusion variables. When I query the text, I'd like the values of the ColdFusion variables to output on the screen. Example: I query the database and get back this: Some text here, some more text, a

RE: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Stewart, Ryan
in the text (i.e. find this string #ColdFusion_Variable# and replace it with Evaluate(ColdFusion_Variable) ) Hope that helps.have fun ;-) Cheers - Original Message - From: Stewart, Ryan [EMAIL PROTECTED] To: CF-Talk cf-talk@houseoffusion.com Sent: Monday, June 13, 2005 10:59 AM Subject

RE: Using CF Variables Returned from a SQL Query

2005-06-13 Thread Stewart, Ryan
Ah ha! I assumed I was probably missing something in your original post. Thanks for the info. I'll work on optimization now that it works. Thanks all! -Ryan -Original Message- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Monday, June 13, 2005 4:29 PM To: CF-Talk Subject: Re: