On 20.02.2006, at 17:50 Uhr, Loren Cahlander wrote:
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.
?I use PostgreSQL a lot for storing BLOBs and it just works (you may have to increase the applications memory for really large objects).
I use bytea combined with NSData and text or varchar combined with String objects. No problem.
cug -- PharmaLine, Essen, GERMANY Software and Database Development
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
