Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rkrishnav9
Starting Member
5 Posts |
Posted - 2004-07-20 : 05:15:47
|
| Hi I have created a test database. and changed the collation to Japanese_CI_AI using "alter databse test collate Japanese_CI_AI " command. Created a table with a column xxx datatype varchar and if i try to insert a japnese character in this column its giving error. Can any body tell why this is happening?I am running sql server 2000alter command run successfully.ThanksRamakrishna |
|
|
Wanderer
Master Smack Fu Yak Hacker
1168 Posts |
Posted - 2004-07-20 : 07:30:55
|
| Try creating your columns using NVARCHAR to cater for the japanese collation. Use NCHAR instead of CHAR, NTEXT instead of TEXT, etc.cheers*##* *##* *##* *##* Chaos, Disorder and Panic ... my work is done here! |
 |
|
|
Wanderer
Master Smack Fu Yak Hacker
1168 Posts |
|
|
|
|
|