Alan, thank you for the info. So I add this to the Connection String? Thanks, Charlie
On Feb 8, 2:36 pm, "Alan Williamson (aw2.0 cloud experts)" <[email protected]> wrote: > Yes! This is a bug in the MYSQL JDBC driver. > > add this to the end of your database URI in the datasource: > > &cacheResultSetMetadata=false > > > > Skellington wrote: > > Hello, > > I'm getting the following error when I run this query... > > > <cfquery datasource="mpds" name="qGet"> > > SHOW FULL Tables > > </cfquery> > > <cfdump var="#qGet#"> > > > java.lang.NullPointerException > > at com.naryx.tagfusion.cfm.engine.cfQueryResultSetMetaData -- 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/
