I have a problem like this:
We have got data in Excel sheet from client.It contains 6 cells and
nearly 5000 rows.we r importing that data into a table by using VB.The
data will be in several languages like English,Deutch,French,German etc.

Except English all other languages contains some special characters like
Ä ,40 °c etc.when i am importing this into a table it is taking in that
manner only that is 40°c,Ä etc.If i query that in NTserver it is
displaying 40°c only. but if i query it in Linux server it is showing
some thing like 40Ä?c like that.If i query it through browser it is
showing Question marks wherevery special chars appear.How to overcome
this problem?we have set some NLS parameters while creating database as
UTF8(for character set),UTF8(for Nchar characterset).
all help is greately appreciated

Reply via email to