Re: binary data

From: Barry Lind <blind(at)xythos(dot)com>
To: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
Cc: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: binary data
Date: 2003-01-14 01:16:52
Message-ID: 3E236504.1000708@xythos.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

This is pretty well documented in the jdbc chapter of the postgresql
documentation (section on Binary Data). (At least all the code examples
there used to work :-)

--Barry

Felipe Schnack wrote:
> I want to set binary data on a database field...
> It's actually a java compiled class, how should I do this? Using
> preparedstatement.SetBinaryData and a bytea field?
> How I get it back?
>

In response to

  • binary data at 2003-01-13 20:07:27 from Felipe Schnack

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2003-01-14 04:12:31 Bug: Re: [JDBC] Warning on transaction commit
Previous Message Barry Lind 2003-01-14 01:12:24 Re: Security manager changing the jdbc Connection class? [Viruschecked]