Hi folks;
I have just realised that my language problem is because DB language; then I've changed the language to Turkish but it didn't effect tables.. When I wanted to change tables manually it worned data loss may occur..
What would you suggest to do it?
Thanks
Hi Kaan,
I think the DB language you said is SQL Server collation. And your problem is display Turkish character as interrogation mark. Is it right? If I have misunderstood your concern, please feel free to let me know.
As far as I know, there are two solutions for this issue:
1. Change the collation of this database, about how to do that please access this link:
http://support.microsoft.com/kb/325335
2. Change the columns' type in tables to support UNICODE. For example: varchar->nvarchar, char->nchar, text->ntext
Hi Benson;
Thanks a lot for the source u've given, my problem is solved...
Thanks again...
No comments:
Post a Comment