Hello,
is it possible to create environment in UTF16 (like specify OCI_UTF16 mode) and have sql statements coded in UTF16? If yes, then from which version?
Since we want to have some columns as nchar/nvarchar, we now declare variable charset as CurrentNCharSetID and run into problem, when statement contains string literal - as f.e. insert into table(column) values(coalesce
Par1, 'something')).
Does it help to work under UTF16 environment or only possibility is to prepend string literal with n?
Thanks
is it possible to create environment in UTF16 (like specify OCI_UTF16 mode) and have sql statements coded in UTF16? If yes, then from which version?
Since we want to have some columns as nchar/nvarchar, we now declare variable charset as CurrentNCharSetID and run into problem, when statement contains string literal - as f.e. insert into table(column) values(coalesce

Does it help to work under UTF16 environment or only possibility is to prepend string literal with n?
Thanks