Hi,
I'm trying to populate a treeview control in msaccess with chinese characters.
I'm able to have these characters appear correctly in listviews etc by allocating the data directly via the datasource to a sql statement.
However, i've noticed i that ado and dao both replace these characters with "???".
This is causing me a problem - does anyone have a workaround or a known method to allow non-unicode characters to be manipulated/passed via ado?
Thanks.
I'm trying to populate a treeview control in msaccess with chinese characters.
I'm able to have these characters appear correctly in listviews etc by allocating the data directly via the datasource to a sql statement.
However, i've noticed i that ado and dao both replace these characters with "???".
This is causing me a problem - does anyone have a workaround or a known method to allow non-unicode characters to be manipulated/passed via ado?
Thanks.
Comment