Re: About Blobs in postgresSQL

From: Leonel Nunez <lnunez(at)enelserver(dot)com>
To: kishore mukati <kishore_mukati81(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: About Blobs in postgresSQL
Date: 2005-12-20 15:37:15
Message-ID: 43A8252B.2020409@enelserver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

kishore mukati wrote:

> Hi
> I am facing a proble when I am trying to store images, filse in
> postgreSQL.by using Bytea datatype field in table
> using setBinaryStream().
> it show me exception
> inputstream is supported.
>
> please send me if anybody have solution of this problem.
>
> thanks
> kishore mukati
>
>
> __________________________________________________
> Do You Yahoo!?
> Tired of spam? Yahoo! Mail has the best spam protection around
> http://mail.yahoo.com
>

No problems here
this is what I used as reference :

http://jdbc.postgresql.org/documentation/80/binary-data.html

Leonel

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Jaime Casanova 2005-12-20 15:44:08 Re: One DB not backed up by pg_dumpall
Previous Message Louis-David Mitterrand 2005-12-20 15:36:47 Re: deduce sequence name from table and column