Unicode Support
-
I want to write some data in SQL Server 2000 in a language other than English. plz help me, coz there seem to be no way of doing it... Thanx
-
I want to write some data in SQL Server 2000 in a language other than English. plz help me, coz there seem to be no way of doing it... Thanx
I've put data in SQL Server in languages other than English and had no problems. The main thing to remember is that for string columns, use nchar and nvarchar. If this does not answer your question then you need to be more specific. What are you trying to do? And what happens that doesn't work.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
I've put data in SQL Server in languages other than English and had no problems. The main thing to remember is that for string columns, use nchar and nvarchar. If this does not answer your question then you need to be more specific. What are you trying to do? And what happens that doesn't work.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
Thanks Colin I've tried that using nchar but it shows some symbols of squares and something like that, Am I using a wrong font or what? Thanx And waiting for your answer
-
Thanks Colin I've tried that using nchar but it shows some symbols of squares and something like that, Am I using a wrong font or what? Thanx And waiting for your answer
Lord Of The Pings wrote: Am I using a wrong font or what? The font you are using possibly does not have the relevant characters.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
-
Lord Of The Pings wrote: Am I using a wrong font or what? The font you are using possibly does not have the relevant characters.
My: Blog | Photos WDevs.com - Open Source Code Hosting, Blogs, FTP, Mail and More
Thank you, now it is working... Thnx agan....