Re: [GENERAL] About Blobs in postgresSQL

2005-12-20 Thread Leonel Nunez
kishore mukati wrote: 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 t

Re: [GENERAL] About Blobs in postgresSQL

2005-12-20 Thread kishore mukati
Hi Leonel    at first thanks for help I try with that link you send to me but now I am getting a new error belowthis 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 pos

Re: [GENERAL] About Blobs in postgresSQL

2005-12-20 Thread Leonel Nunez
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 muka