I have a database in SQL Server.
I have a table Demo
where I inserted text in Russian into a column of type Nvarchar
Now I want to read the Russian text into my Delphi app where I want to store it into a string.
Do I have to set any Charset property of ADO query etc. ?
Any other ideas would be welcome.
Thanks in advance