T
Tom_Foran
I have an application where a limited amount of Unicode data is being
inserted into a long data type field by an AIX program. I have written
a dotnet program that copies the data from one domain to another with
parameterized data. Everything works except for the Unicode data in the
long field.
My Characterset info is:
NLS_CHARACTERSET US7ASCII
NLS_NCHAR_CHARACTERSET AL16UTF16
Regional Settings are
English (United States)
A basic default U.S. installation of Windows.
I do not have much control over the database.
I have read that long data types do not support Unicode.
Is there anyway I can insert Unicode data into a long data type from a
dotnet program?
inserted into a long data type field by an AIX program. I have written
a dotnet program that copies the data from one domain to another with
parameterized data. Everything works except for the Unicode data in the
long field.
My Characterset info is:
NLS_CHARACTERSET US7ASCII
NLS_NCHAR_CHARACTERSET AL16UTF16
Regional Settings are
English (United States)
A basic default U.S. installation of Windows.
I do not have much control over the database.
I have read that long data types do not support Unicode.
Is there anyway I can insert Unicode data into a long data type from a
dotnet program?