Need help with C# .NET and SQL Server with SJIS
Date: 10/26/05
(C Sharp) Keywords: sql
I'm using SqlCommand and want to store SJIS encoded japanese into a table on SQLServer.
I get ?????? instead of the Japanese characters or the hex/binary. It's 3F3F3F3F and defaulted code for misunderstood characters. I need something that will preserve the code. I'm using NTEXT and stored procedure mode.
Any ideas/experience in this area?
Source: http://www.livejournal.com/community/csharp/39697.html
|