Re: PreparedStatement returns different result than regular Statement???
Posted by: Mark Matthews
Date: January 13, 2005 10:56AM

s.a.w.gooren wrote:
> 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?

s.a.w.

Explain 'different'. Can you post an example?

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

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.