ADO, DAO, MSACCESS and non unicode characters

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • benjamins
    New Member
    • Feb 2007
    • 1

    ADO, DAO, MSACCESS and non unicode characters

    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.
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by benjamins
    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.
    Hi ADO is non-unicode aware

    Comment

    Working...