Archive for the ‘General stuff’ Category

Gotchas

May 7, 2008

This is just a random collection of gotchas and other stuff I stumble over trying to port my apps from CF to OpenBD.

CFFTP: The attribute connection must be a valid variable name. In CF a connection named “123abc” is valid, in OpenBD it’s not.

cffunction: When the returntype is set to date OpenBD always returns a date object, but in CF you can return an integer, like the epoch.