Welcome to csimmons.dev. With all the interesting content the internet has to offer I'm pleased that you've visited. csimmons.dev, LLC is an Atlanta based ColdFusion freelance web solutions developer serving government, small companies and non profit organizations.
ColdFusion unscoped variables and how to find them (using the new patch) Tue, 09 Apr 2024 14:56:20 +0000
On March 12, 2024 ColdFusion (2021 release) Update 13 introduced a change with significant implications for developers, particularly for developers managing older code that could be “leveraging” a “feature” of ColdFusion whereby ColdFusion would forgivingly “search” through scopes in a specific order if a variable name is not prefixed with a scope identifier. Rather than ... Read more
How to use the Microsoft JDBC Driver for SQL Server in ColdFusion Wed, 20 Dec 2023 14:51:32 +0000
I recently had an issue where the datasources using the Microsoft SQL Server Driver in ColdFusion were failing. The error was: java.sql.SQLException: Timed out trying to establish connection There was no change with the database server. For some reason the driver was just not connecting. This led to an exploration of connecting using JDBC both ... Read more
ACF Bug CF-4219847 (GENERATEDKEY and IDENTITYCOL are not returned) Fri, 17 Nov 2023 19:34:09 +0000
ACF Bug CF-4219847 (GENERATEDKEY and IDENTITYCOL are not returned when performing an insert using MSSQL Symmetric Keys) Filed as ACF bug CF-4219847. This is not a bug in Lucee and functions as expected. This demo illustrates that GENERATEDKEY and IDENTITYCOL are not returned when performing an insert using MSSQL Symmetric Keys. ColdFusion 2023 ColdFusion 2021 ... Read more