From: Date: May 30 2003 12:07pm Subject: RE: PreparedStatement gives always empty Resultset List-Archive: http://lists.mysql.com/java/5650 Message-Id: <3ED72D5A.4050909@utanet.at> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, During tests I have found additional information. It has for sure something to do with MySQL 4.1 and Server-Prepared Statements. If "useServerPrepStmts=false" is specified in the connection string, the problem disappears. NB: This shows also, that the information in the README is wrong which says that the default value for useServerPrepStmts is "false". Regards