Actually, sorry, let me simplify the problem a little. When debugging,
this is what my SQL statement looks like when watching the variables
(vb.net).
INSERT INTO blah (blah2) VALUES
('外層面板中的纖維੖
3;,像合板一樣沿著੐
8;板長軸作定向,因೎
0;沿著長軸的強度要࣪
3;於窄軸')
This doesn't work because all I get in SQL Server is a bunch of
???????????
What I want it to do is insert its big5 encoded string into the
database.
INSERT INTO blah (blah2) VALUES
('¥~¼h*±ªO¤¤ªºÅÖºû§ô¡A¹³¦XªO¤@¼ËªuµÛ¤ìªOªø¶b§@©w¦V¡A¦]¦ÓªuµÛªø¶bªº±j«×*n
¤j©ó¯¶¶b¡C')
Is it even feasible to do even do this?
Thanks in advance.
*** Sent via Developersdex
http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!