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 |
|
oceanboy
Starting Member
44 Posts |
Posted - 2007-01-22 : 04:55:57
|
| Hi there,I am writing an application that reads in csv file with foreign characters and would like to save it in SQL 2000 server. I managed to do so but the foreign character turn out to be ??????. however, I can read those characters in the csv file with MS-EXCEL. Does anyone know how to overcome this?Thanks!Vin |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2007-01-22 : 04:59:15
|
| What is the datatype of column in the table? Use unicode-compliant data types like nchar, nvarchar or ntext.Harsh AthalyeIndia."The IMPOSSIBLE is often UNTRIED" |
 |
|
|
|
|
|