Blow me down but it works. Thank you for the suggestion. In my QoQs I've been using Cast() to concatenate values together into a string -- e.g., cast(ID as char) + ':' + strData AS strStuff ...
The (working) QoQ call now reads something like: SELECT ID + ':' + strData AS strStuff ... Does the OpenBD engine just automatically turn integer values into strings? How does it handle NULL? I'll have to do some testing in the morning. cheers, -- tag/function ref: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en
