Re: PostgreSQL vs MySQL for Blobs
Re: PostgreSQL vs MySQL for Blobs
- Subject: Re: PostgreSQL vs MySQL for Blobs
- From: Loren Cahlander <email@hidden>
- Date: Mon, 20 Feb 2006 13:10:04 -0600
Thanks,
Everytime I looked at the PostgreSQL documentation, I saw to use type oid and then run some functions to get the data.
Thanks for the help!
On Monday, February 20, 2006, at 10:58AM, Rico Landefeld <email@hidden> wrote:
>Loren Cahlander schrieb:
>
>>I am creating a WebObjects application that will have at least three tables containing blobs. Two containing UniCode text and one containing binary data. My database preference is PostgreSQL, but it seems that MySQL has an easier to understand implementation of large objects.
>>
>>If I use PostgreSQL, then is there any special handling of the large objects that I have to do in the EOModel?
>>
>>Thanks,
>>Loren
>>
>>
>hi,
>
>i'm using PostgreSQL 8.1. for image data i'm using the "bytea" database
>datatype mapped to NSData and for text blobs i'm using "text" mapped to
>NSString. it works without problems.
>
>rico
>
>
>
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden