Hmmm to rule out whether its the actual statement it doesn't like, try this
SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE table_schema='mydatabasename' Obviously you don't want * but you can chose the columns you want and also try manually casting the columns to see whether its a data type casting issue. A -- tag/function ref: http://www.openbluedragon.org/manual/ mailing list - http://groups.google.com/group/openbd?hl=en Get to Texas in Feb for OpenCFSummit http://www.opencfsummit.org/
