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
|