Couple of things with QueryAddColumn: The first (raised previously) is that you need to define a column type, whereas in CF it's not required.
The second is that is does not appear to support the "Object" type, meaning you can't insert a structure into a query object, which is a very useful feature of Coldfusion. (The "object" type is not mentioned in the CF docs, but is listed as a supported type in the error message in CF8 when you get the type wrong.) -- online documentation: http://openbd.org/manual/ google+ hints/tips: https://plus.google.com/115990347459711259462 http://groups.google.com/group/openbd?hl=en Join us @ http://www.OpenCFsummit.org/ Dallas, Feb 2012
