Unicode support

Direct Oracle Access uses AnsiStrings for multi-byte character strings, but you can assign string values to/from WideStrings if you prefer.

------------------
Marco Kalter
Allround Automations
 
Delphi/C++Builder uses the locale of the Windows system. Oracle Net uses the NLS_LANG settings of the Oracle Home.

------------------
Marco Kalter
Allround Automations
 
Thank you, but I still don't understand.

When I use FieldAsString, which is the character set of the text - the locale or the NLS parameter?

Thanks again.
 
Back
Top