beginnerkid
Programmer
I have an excel sheet, which contains some japanese characters with english. I wrote a VB(6.0) program to read the excel sheet and write the values into the Teradata base. The columns of the destination table are already defined as UNICODE Character set. However, Teradata ODBC driver 3.0. enable us to specify charactersets. I set it UTF8. I am not able to store japanese characters, it shows '?' characters.
I want to know
1. When I construct the insert statement within VB apps, do I convert string(Unicode) in VB to UTF8 and then put it withinsingle quotes as part of the Insert statement ?
2. If above is not the correct way to do it, How can I go about to store Unicode into Teradata from within the VB apps ?
Thanks for the help you may offer on this
-BK
I want to know
1. When I construct the insert statement within VB apps, do I convert string(Unicode) in VB to UTF8 and then put it withinsingle quotes as part of the Insert statement ?
2. If above is not the correct way to do it, How can I go about to store Unicode into Teradata from within the VB apps ?
Thanks for the help you may offer on this
-BK