Chris White (cjwhite) wrote:
> Do not worry just realized how to do it using PreparedStatement.
Ah, sorry, I thought you were just asking if the driver would handle it.
Yeah, just use PreparedStatement.setBytes(). We use bytea values in
where clauses in this way with no problems.
-O