Hello!

We are buliding an application which works on laptops with Oracle databases installed to it. Our customer now is active also in Slovakia and needs some laptops with unicode support. So there will be some notebooks having installed 10g with unicode support. On all other notebooks will remain Oracle 9 without unicode.
(The goal is to have just one application version with "best" behaviour, not "optimal".)
Setting Oracelsession...UTFConversion to cuUTF8ToUTF16 unicode characters (with Unicode DB) will be shown correctly in the application. Strings are returned from unicode Db in Widestring-Fields. Oracle 9 returns even with this setting string fields.
Is there a way to hold result field types the same (with and without unicode)? Since I have persistant fields in the app. the change of fieldtypes is a big problem.

Regards, Klaus Edelmann