Community Member Profile
- Profile: /members/9620-jlig.htm
- Comments: 2
- Points: 23
Recent Blog Comments By jlig
-
Converting A ColdFusion Query To CSV Using QueryToCSV()
Posted on Sep 27, 2012 at 11:18 AM
@vlad I'm using MySql 5.5 & this works fine: SELECT (CONCAT( tbltollfree.tfNumber, ",1,", tbltollfree.tfRingTo)) as Line FROM tbltollfree ORDER BY tbltollfree.tfNumber Question to Misha or all? - How do I "Append" some head... read more »
-
How To Move XML Data Into A Database Using ColdFusion
Posted on Feb 13, 2012 at 5:41 PM
Ben, I've taken your Method Three above and combined it with CFPOP to try and save (JULIE locating emailed XML attachments) to a MySQL database table. - The code works great when run, and the "static" XML data file is saved as a new record in my table. - But how can I alter... read more »



