开发者

insert utf 8 encoding to sql db in classic asp

I am tr开发者_运维问答ying to insert into sql db japaneese character and it goes to db as ??? do you know what am I doing wrong?


Add "N" in front of the insert statement

insert into table values (1,2,N'Unicode text')
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜