Proper Unicode Support
Posted: Tue 05 Jul 2005 11:52
Hi,
i wonder if your ODAC library ever gonna have full unicode support? Creating an UTF-16 environment OCI context (using the OCIEnvNlsCreate function).
At the moment only fields/parameters can be passed/retrieved as widestrings, but sql's cannot be submitted as widestrings. This means for example that i cannot create stored procedures with unicode text in it. ... and even simple select statements with hardcoded strings in it would need to be parsed and replaced with bind variables if they contain unicode strings.
Regards,
Stefan
i wonder if your ODAC library ever gonna have full unicode support? Creating an UTF-16 environment OCI context (using the OCIEnvNlsCreate function).
At the moment only fields/parameters can be passed/retrieved as widestrings, but sql's cannot be submitted as widestrings. This means for example that i cannot create stored procedures with unicode text in it. ... and even simple select statements with hardcoded strings in it would need to be parsed and replaced with bind variables if they contain unicode strings.
Regards,
Stefan