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:

Error Executing Database Query. [Macromedia][SQLServer JDBC Driver][SQLServer]Transaction (Process ID 208) was deadlocked on lock resources with another process and has been chosen as the deadlock victim. Rerun the transaction.
The error occurred on line 16.
The answer I found was interesting.

 Continue Reading →


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).

 Continue Reading →


|

About

My name is Brian Rinaldi and I am the Web Community Manager for Flash Platform at Adobe. I am a regular blogger, speaker and author. I also founded RIA Unleashed conference in Boston. The views expressed on this site are my own & not those of my employer.