Dario V. Fassi wrote:
> One more question, using the PreparedStatement.setBytes() , can be done
> the treatment that ODBC does with that fields ?
I don't think setBytes() will work -- it deals with bytea fields which
have their own text representation for binary data ('\nnn' escapes)
-O