8 messages in com.mysql.lists.javaRE: SQL types in ResultSet
FromSent OnAttachments
Robert Mitchell08 Jun 2003 20:49 
Mark Matthews09 Jun 2003 05:06 
A. Bong Suyo09 Jun 2003 05:13 
Robert Mitchell09 Jun 2003 14:52 
Helmut Leininger10 Jun 2003 10:29 
Khalid Sheikh10 Jun 2003 14:17 
Jaap10 Jun 2003 15:11 
Khalid Sheikh10 Jun 2003 16:20 
Subject:RE: SQL types in ResultSet
From:Helmut Leininger (h.le@utanet.at)
Date:06/10/2003 10:29:26 AM
List:com.mysql.lists.java

Hi,

I am having troubles too with PreparedStatements, Connector 3.1 and MySQL 4.1 (see another thread - empty Resultset with Prepared Statements).

It seems this just does not work if "useServerPrepStmts=true" is used (this is the default value if Connector/J recognizes MySQL 4.1). Try to set "useServerPrepStmts=false" until the bug is fixed.

Regards Helmut