nvarchar field error



My application uses ODBC3 to connect to sql server.And in one table a
field is of type nvarchar. When I fetch the data, there is problem with
Arabic and Korean words but not with Chinese or Japanese. I have
searched for the information but with no useful help.Did someone
encounter the problem and know the reason?

.



Relevant Pages

  • Re: ask for standard sp writing
    ... SQL Server Programmer ... > -- Declare the variables to store the values returned by FETCH. ... > OPEN SampleCrsr ...
    (microsoft.public.sqlserver.programming)
  • RE: Linq SubmitChanges and DataLoadOptions
    ... If you have set Auto-Sync on the columns, LINQ to SQL will fetch them back ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: Opinions on approach, please...
    ... Under normal conditions this sql will always return 0 on SQLCODE. ... DB2 will translate to a "one fetch index access as MAX used", ...
    (comp.lang.cobol)
  • Re: Help Troubleshooting this T-SQL
    ... FETCH NEXT FROM PersonCursor ... EXEC msdb.dbo.sp_Send_dbmail ... SELECT cur ... Links for SQL Server Books Online: ...
    (microsoft.public.sqlserver.programming)
  • Re: Opinions on approach, please...
    ... Under normal conditions this sql will always return 0 on SQLCODE. ... DB2 will translate to a "one fetch index access as MAX used", ...
    (comp.lang.cobol)

Loading