From: Bret C. <bre...@ya...> - 2004-10-25 18:52:46
|
Kal, Here's somthing that looks like a TM4J bug to me. (I'm using tm4j-src-0.9.6): I execute a (one-parameter) paramatized prepared query, passing it parameter A. I get the correct result set for having passed A. I re-execute the prepared query, this time passing it parameter B. I get the result set I got when I passed A, not what I should get passing B. I re-prepare the query, and then pass it the parameter B. This time, I get the correct result. I don't know if the bug is on Kal's side or mine. I can't seem to find it on my side, though of course it could still be there. (I've already embedded into my app. the call to re-prepare each prepared query before re-executing it, a temporary work-around - and good enough my purposes for now.) Bret _______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com |