Re: BLOB, WO 5.4, oracle 9i, ojdbc14 - no go
Re: BLOB, WO 5.4, oracle 9i, ojdbc14 - no go
- Subject: Re: BLOB, WO 5.4, oracle 9i, ojdbc14 - no go
- From: Tom Pelaia <email@hidden>
- Date: Mon, 09 Feb 2009 12:45:01 -0500
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden