Re: About Blobs in postgresSQL

Поиск
Список
Период
Сортировка
От kishore mukati
Тема Re: About Blobs in postgresSQL
Дата
Msg-id 20051221044412.91520.qmail@web54406.mail.yahoo.com
обсуждение исходный текст
Ответ на Re: About Blobs in postgresSQL  (Leonel Nunez <lnunez@enelserver.com>)
Ответы Re: About Blobs in postgresSQL  (Leonel Nunez <lnunez@enelserver.com>)
Список pgsql-general
Hi Leonel
 
 at first thanks for help
I try with that link you send to me
but now I am getting a new error
below

this is exception in MyMailTracker.main()java.sql.SQLException: ERROR: column "attachment" is of type bytea but expression is of type integer
 
and one more thing my postgreSQL version is 7.4 so it must support
setBinaryStream() ;
and
setBytes()
as per the postgreSQL specification
I also tried with
setBytes()
but it didn't work.
 
thanks
regards
kishore mukati

Leonel Nunez <lnunez@enelserver.com> wrote:
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


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

В списке pgsql-general по дате отправления:

Предыдущее
От: max chin
Дата:
Сообщение: Questions about server.
Следующее
От: Leonel Nunez
Дата:
Сообщение: Re: About Blobs in postgresSQL