Oracle has a default database character set of 'WE8MSWIN1252' which is not
unicode but also has another setting called national character set which is
'AL16UTF16' for my database which is unicode (UTF16). Best I can figure this
setting supposedly allows storage of Unicode characters in 'N' datatype
columns. But not sure and it certainly has not worked for me. I think I am
stuck with 'good ole' MSAccess for now until I have time and the nerve to
rebuild or alter the Oracle database. Thanks for your help Paul. BTW, for you
Oracle wannabes, you can view your current database character set with the
following command: select * from NLS_DATABASE_PARAMETERS; Bob