Viewing by month: April 2005
SQL Server Deadlock Error
Posted on Apr 06, 2005
I ran into something yesterday that I had not seen previously. I was rebuilding an existing application (which I did not originally build) that was generating continuous SQL deadlock errors:
The error occurred on line 16.
Connecting MySQL 4.1 with CF MX
Posted on Apr 05, 2005
You may already be aware of this, but in case you are not (I was not - hadn't needed it yet)... There is a bit of a process required to connect MySQL 4.1 with CF. The CF Technote can be found here. And the download you will need from MySQL is located here.
Continue Reading →
Useful tools - ECHForm
Posted on Apr 01, 2005
Ok...this seems to be a recurring theme for me - reviewing a useful tool. One I recently used that I found helpful was ECHForm by Emmanuel Halos. The component simply converts a multiple elements with the same name in a form from a list to an array. Now this is not rocket-science or anything, but when you have a form (like the one I did) that may have any number of items that all have the same name, it is a useful timesaver (I readily admit this doesn't happen all that often).