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 !