Hi,

I had been using Oracle since 9i for years and currently I am using 10g release 2 ojdbc14 driver. I haven't ever had any problem using BLOBs in my EO applications. I allow users to attach images and other files up to 5 MB each to log entries and save them in the database as BLOBs. It has been working without problems for years.

In the EO Model I am using the following properties such as:
            allowsNull = Y;
            columnName = "FILE_DATA";
            externalType = BLOB;
            name = data;
            valueClassName = NSData;
            width = 5000000;


best regards,
tom
Hello,
The dev version of the project I'm working on runs fine when
connecting to a MySQL DB. Using Oracle 9i is OK, except for the fact
that I can't write blobs (< 64k). Blobs are working when using the
classes12.jar jdbc (but then there are a couple of other problems :-/). [...]
_______________________________________________
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]

Reply via email to