|
SQL Formatting a numeric field to 2 decimal places |
|
Converting and formatting DateTimes in SQL queries |
I've come across the need to format a dateTime as a string in SQL, so after a little research I found that its pretty straightforward.
|
Matching date ranges to flex arrays in SQL queries |
Whilst writing a search function for a flex applicaiton I needed to be able to filter results back to flex from a remote cfc by a variety of criteria. Two of these were the month, and the year. So here's a handy way of doing it.
|
Weather Web service (cfc) - Part 1 |
Recently I've been experimenting with consuming public Web Services and interpreting them through a Flex front end.
So I thought a handy remoting service would be a weather forecast feed consumer.