Ryan Anklam's Web Development Blog
Pages
(Move to ...)
Home
Projects
Presentations
jQuery Function of the Week
Contact Me
About Me
Resumé
▼
Sunday, March 21, 2010
A better alternate to the exec() function in sql server 2005 to run a dynamic SQL statement.
›
When creating a dynamic SQL statement in SQL Server 2000 and up avoid using the exec() function. There is a system stored procedure that wo...
Wednesday, March 17, 2010
ColdFusion cfswitch bug not completely fixed...
›
I remember a bug in ColdFusion where a long cfswitch statement would throw an error. This was thought to be fixed, however it still does e...
Optimized ColdFusion Record Paging and Sorting using SQL Server 2005
›
While working on a large application with lots of data I began to think about optimizing my record paging. I began working on an old school...
Tuesday, March 16, 2010
Be careful when using try/catch inside of a cftransaction tag.
›
While doing development on a somewhat large project for managing weatherization jobs I found a funny little thing about using the cftransact...
Thursday, March 11, 2010
Better CF documentation
›
If you don't like the adobe live doc's or using the PDF documentation this site will be your new best friend: http://coldfusiondocs...
‹
›
Home
View web version