i successfully to connect my vb program wit mysql....but i fail to store the data with chinese character to mysql via my vb program...my vb program is ok wit normal alphabetic data...any one can help me??
question on vb language and mysql...
| greenux wrote: |
| i successfully to connect my vb program wit mysql....but i fail to store the data with chinese character to mysql via my vb program...my vb program is ok wit normal alphabetic data...any one can help me?? |
I believe that has something to do with the charset or character encoding... As far as I know, the default encoding for MySQL databases is UTF-8. I may be wrong about this but I am sure that your problem has something to do with the encoding. Try setting the character encoding to a different setting when making your database.
I suggest that you first create a temporary database with a different character encoding setting then try storing data using your VB program.
I hope that helps...
