Hello
When I thought there are no problems with Unicode support in my application (as I have solved, with your help, lots of Unicode related problems) I have found one that I don't know how to overcome.
I know that I can use use Unicode queries by using parameters AsWideString.
But what to do when my users type the SQL into a TTntMemo and I have to execute it?
The easiest solution it Query.SQL.Text := TntMemo.Lines.Text or even Query.SQL.Assign(TntMemo.Lines), but these does not work as Query.SQL is a TStrings object.
So is there any solution to my problem ?
I would be very grateful if you could help me. Thanks