From: Date: May 31 2003 3:01pm Subject: Re: PreparedStatement gives always empty Resultset List-Archive: http://lists.mysql.com/java/5662 Message-Id: <3ED8A78E.2020004@cyberspaceroad.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Mark, do you really mean _full_ PreparedStatement usage? Surely you don't also mean PreparedStatement.getMetaData() which we talked about a couple of weeks ago? I can't find the nightly builds on the mysql site. Are they somewhere else? Adam Mark Matthews wrote: > > You don't say exactly what version of Connector/J 3.1 you are using...Is > it 3.1.0 or a nightly build? 3.1.0 can only do DML on prepared > statements (It's in the CHANGELOG)....nightly builds support _full_ > PreparedStatement usage. > > -Mark