WideStrings in SQL property of TOraQuery (Unicode,Chinese)
Posted: Mon 25 Feb 2008 15:47
I am capable of retrieving multi byte characters (Chinese) from the Oracle database by simply putting TOraSession.Options.UseUnicode to True. I am showing the values by the use of Unicode Components for Delphi. Works perfect!
Now I also need to be able to insert multi byte characters. Again i use the Unicode Components (the Text property of this component is of type WideString).
As the SQL property of TOraQuery is of type TStrings all my multi byte characters turn into question marks.
Is there a solution for this which I have overlooked??
Many thanks!
Now I also need to be able to insert multi byte characters. Again i use the Unicode Components (the Text property of this component is of type WideString).
As the SQL property of TOraQuery is of type TStrings all my multi byte characters turn into question marks.
Is there a solution for this which I have overlooked??
Many thanks!