Oracle and NVARCHAR2 with WO/EOF?
Oracle and NVARCHAR2 with WO/EOF?
- Subject: Oracle and NVARCHAR2 with WO/EOF?
- From: Steve Quirk <email@hidden>
- Date: Tue, 7 Nov 2006 14:02:36 -0500 (EST)
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/archives/Webobjects-dev/2004/Mar/msg00480.html
The problem, specifically, is that the "tm" character (\u2122) doesn't
exist in the WE8ISO8859P1 character set.
My options are to hack some sort of translation (e.g. switch every
occurrence of 'tm' to "™" or something lame) or rip out EOF.
Does anyone have any tips?
Thanks,
Steve
_______________________________________________
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