> You are not using a prepared statement the way you > are calling the executeQuery(String query) method. > You need to call one which takes no arguments and > operates on the prepared statement. When you pass > in the string after setString() you are effectively > not calling setString(). > oops!!! i'm totally confused for this stupid (but clever) error..
> Thanks Dmitri - I couldn't see this one until you > astutely pointed it out. Cheers Jerome _________________________________________________________ View thread online: http://main.jboss.org/thread.jsp?forum=66&thread=8519 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
