Re: binary data

Lists: pgsql-jdbc
From: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: binary data
Date: 2003-01-13 20:07:27
Message-ID: 1042488447.12917.66.camel@desenv1.ritterdosreis.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

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?

--

Felipe Schnack
Analista de Sistemas
felipes(at)ritterdosreis(dot)br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter(at)ritterdosreis(dot)br
Fone/Fax.: (51)32303341


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
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?
>


From: Felipe Schnack <felipes(at)ritterdosreis(dot)br>
To: pgsql-jdbc <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: binary data
Date: 2003-01-14 10:34:38
Message-ID: 1042540478.14210.3.camel@desenv1.ritterdosreis.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-jdbc

you're right, i'm sorry :-(

On Mon, 2003-01-13 at 23:16, Barry Lind wrote:
> 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?
> >
>
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
--

Felipe Schnack
Analista de Sistemas
felipes(at)ritterdosreis(dot)br
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
ritter(at)ritterdosreis(dot)br
Fone/Fax.: (51)32303341