Yes, or if you have the admin tool there, as nitai noted you can tick that box -- http://alan.blog-city.com/
-----Original Message----- From: Skellington <[email protected]> Sender: [email protected] Date: Tue, 8 Feb 2011 14:54:08 To: Open BlueDragon<[email protected]> Reply-To: [email protected] Subject: [OpenBD] Re: OpenBD 1.4r and MySQL 5.5 error 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/ -- 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/
