7 messages in com.mysql.lists.javaRE : RE : PreparedStatement problem (...
FromSent OnAttachments
TDL02 Apr 2003 07:38 
Jeff Mathis02 Apr 2003 14:32 
Tim Endres02 Apr 2003 18:51 
Ozgur Sahoglu02 Apr 2003 19:27 
TDL03 Apr 2003 00:26 
Luca Lafranchi03 Apr 2003 00:41 
TDL03 Apr 2003 01:33 
Subject:RE : RE : PreparedStatement problem (Help) ...
From:TDL (all.@noos.fr)
Date:04/03/2003 01:33:02 AM
List:com.mysql.lists.java

There we go.....!

LUCA, your humble opinion is RIGHT ;) !

Well, I can go on now :))

Thanks again

-----Message d'origine----- De : Luca Lafranchi [mailto:luca@rohag.ch] Envoyé : jeudi 3 avril 2003 10:42 Cc : ja@lists.mysql.com Objet : Re: RE : PreparedStatement problem (Help) ...

Hi :)

This call is IMHO wrong: currRs = currSQLstmt.executeQuery(currSQLquery);

executeQuery(String) is a method of the Statement class (which PreparedStatement is s subclass of...) you should simply call currRs = currSQLstmt.executeQuery();

Ciao Luca

TDL wrote:

Thank you for your answers.

Unfortunately, it did not change any thing ;)....

Nut still not working......

So I'm coming back..

Thank you again for your help !