PreparedStatement returns different result than regular Statement???
Posted by: s.a.w.gooren
Date: January 13, 2005 09:17AM

I am fetching data from a VARBINARY(16) column, which contains UUIDs.

When I use a preparedstatement's resultset, and call getBytes(), I get a different value compared to a call to getBytes() on a resultset from a regular statement.

Is there something I am missing here (configuration, different settings as the prepared one is server-side, ...), or is this a major bug?

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.