// archives

Archive for January, 2010

Serializing in Coldfusion

In one of my more recent projects, it became necessary to store an array for later use. Mysql does not support this feature. However, it is possible to store binary data and a Mysql Blob is the perfect data type for just this. In fact you can store just about anything you want with this [...]