Unicode support with Oracle9i

andrewlo

Member
We are going to evaluate ODA to the new project. I have a simple question that does ODA support developing Unicode application in Windows 2000?
The Database will in 9.0.1 and UTF8 Character Set.
The new application will handle both Traditional Chinese and Simplified Chinese.
 
Yes, Direct Oracle Access will handle multi-byte character sets correctly. Make sure that TOracleSession.BytesPerCharacter is set to bcAutoDetect though.

------------------
Marco Kalter
Allround Automations
 
Back
Top