G
Guest
my database (mysql) would be used to store Simplified Chinese and Traditional
Chinese, so i would like to store the text as unicode to the database.
I know there is a function Encoding.Unicode.getByte, and i would like to use
in this way:
Dim source As Byte() = System.Text.Encoding.Unicode.GetBytes("ä¸å›½")
After i get the Byte Array, how can i store the array by INSERT SQL statement?
Chinese, so i would like to store the text as unicode to the database.
I know there is a function Encoding.Unicode.getByte, and i would like to use
in this way:
Dim source As Byte() = System.Text.Encoding.Unicode.GetBytes("ä¸å›½")
After i get the Byte Array, how can i store the array by INSERT SQL statement?