Oracle and NVARCHAR2 with WO/EOF?

2006-11-22 Thread shaun
Hi, Replying to this post: http://lists.apple.com/archives/webobjects-dev/2006/Nov/msg00062.html http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jdbc /nchar/readme.html Says you can do the following to setFormOf(..) across the board. -Doracle.jdbc.defaultNChar=true Obvious

Oracle and NVARCHAR2 with WO/EOF?

2006-11-07 Thread Steve Quirk
Is it possible to use the Oracle NCHAR and NVARCHAR2 with EOF? In order to properly insert, update the column, the underlying Oracle JDBC api requires you to call setFormOfUse(..., FORM_NCHAR) on the column being updated/inserted. I saw this post, but no replies. http://lists.apple.com/arc