Обсуждение: binary data

Поиск
Список
Период
Сортировка

binary data

От
Felipe Schnack
Дата:
  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@ritterdosreis.br
Cel.: (51)91287530
Linux Counter #281893

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


Re: binary data

От
Barry Lind
Дата:
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?
>




Re: binary data

От
Felipe Schnack
Дата:
  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@postgresql.org
--

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

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