[OJB-developers] OQLQuery Bug?
Brought to you by:
thma
From: Stephan M. <Ste...@ce...> - 2002-06-13 13:09:47
|
Hello, according to JavaDoc, the parameter list should be reset after OqlQuery.execute(), so that I can reuse the query with a different parameter set. However, if I call OqlQuery.bind() after the query was executed once, I get an org.odmg.QueryParameterCountInvalidException. In OqlQueryImpl.execute(), I can't see any code that would reset the parameter list. Did I miss something? Stephan |