Tom Hoen
Member since Oct 9, 2009
- Profile: /members/4491-tom-hoen.htm
- Comments: 9
Recent Blog Comments By Tom Hoen
-
Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Jun 8, 2010 at 5:07 PM
For several years now, I have been using a solution similar to Misha's for creating a CSV file from a dynamic list of fields (concatenating all the columns in a sql query). Unfortunately, some of the list of fields have become very large (300+ columns) and I am getting a SQL server error "The quer... read more »
-
ColdFusion Path Usage And Manipulation Overview
Posted on Oct 12, 2009 at 10:57 AM
Ben - Thanks for you response. I am using CF8 and have setup an application specific mapping to the root of my app. Thank you for the suggestion. So now I can use cfmodule and call the custom tag with an absolute path "/app/custom_tags/my_custom_tag.cfm". It seems to be working like a charm.... read more »
-
ColdFusion Path Usage And Manipulation Overview
Posted on Oct 9, 2009 at 10:37 AM
I hope this is not off topic, but one thing that I have not been able to get my arms around is the best practice for storing and accessing custom tags when you can't put them in the cf custom tag folder. Ideally, I could have a custom tag folder in my application that would work the same way as th... read more »