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 PROTECTED]> 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 protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
