Re: How to save a image file in a postgres data field.
От | Obe, Regina |
---|---|
Тема | Re: How to save a image file in a postgres data field. |
Дата | |
Msg-id | 53F9CF533E1AA14EA1F8C5C08ABC08D204A0137F@ZDND.DND.boston.cob обсуждение исходный текст |
Ответ на | Re: How to save a image file in a postgres data field. (richard terry <rterry@gnumed.net>) |
Ответы |
Re: How to save a image file in a postgres data field.
|
Список | 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 по дате отправления: