Railo inbuild database
Didn’t know this one, but yes! Railo comes with in-built database, H2. No need to install anything it comes ready to use.
Full details here: http://classic.railo.ch/en/index.cfm?treeID=325
Concat Rows into a string
I had this problem a while ago where I needed to do a really big UPDATE sql statement using the IN clause. So rather than coping all the ids out and then adding a comma at the end of it you can concat the id rows into a string – thanks A-ton!… Continue reading
Coldfusion + XAMPP, when all goes pear shaped
Okay, so I made this post a while ago.
Since then I totally forgot about it, and tried to get CF working again. Oh but wait I forgot what I did!
Found this great blog post that helps debug you’re settings. I recommend it, great article.
http://www.simonwhatley.co.uk/configuring-coldfusion-8-with-apache
With my issue, my pages were giving me plain text cf files. It was within my httpd.conf file the… Continue reading
