L lev_ko Member² Nov 13, 2002 #1 Does DOA 3.0.4 support Unicode? Is it possible to receive data as WideStrings? Thanks.
Marco Kalter Administrator Staff member Nov 14, 2002 #1 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
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
L lev_ko Member² Nov 17, 2002 #1 How does DOA know the character set? From Windows or from Oracle login parameter?
Marco Kalter Administrator Staff member Nov 18, 2002 #1 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
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
L lev_ko Member² Nov 23, 2002 #1 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.
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.