Re: How to save a image file in a postgres data field. - Mailing list pgsql-novice

From Obe, Regina
Subject Re: How to save a image file in a postgres data field.
Date
Msg-id 53F9CF533E1AA14EA1F8C5C08ABC08D204A0137F@ZDND.DND.boston.cob
Whole thread Raw
In response to Re: How to save a image file in a postgres data field.  (richard terry <rterry@gnumed.net>)
Responses Re: How to save a image file in a postgres data field.
List pgsql-novice
> =============================================
> Hear your pain, this was all done on debian linux. binmode was a
gotcha

> I've done it with a bytea column like this

> use DBI ;
> use DBD::Pg qw(:pg_types); #Required for us to use the *bytea* column
=============================================

> I can't interpet the last line which (admittedly in another language)
he says 
> is needed to use the bytea type.

> Any further help appreciated.

> Richard

Rich,

Unfortunately I don't know perl too well so the above is pretty cryptic
to me too. From my cursory reading - seems the above just registers
PostgreSQL datatypes with DBD.

Which language are you programming in?  My default encoding for my
database is UTF-8, but I don't recall having to do anything special that
wasn't already implicitly done by the driver I was using and I think the
npgsql ADO.NET driver already takes care of registering the Pg bytea and
other PG specific data types so my guess is you are not using .NET.
Then again I don't do too much of storing images in the database.

Seems then that whatever you are doing is not translating your data to
bytea format correctly.

Hope that helps,
Regina



-----------------------------------------
The substance of this message, including any attachments, may be
confidential, legally privileged and/or exempt from disclosure
pursuant to Massachusetts law. It is intended
solely for the addressee. If you received this in error, please
contact the sender and delete the material from any computer.


pgsql-novice by date:

Previous
From: Yogesh Sharma
Date:
Subject: Opinion from experts
Next
From: "Jason Dusek"
Date:
Subject: telnet examples