Link to home
Start Free TrialLog in
Avatar of aytek_nisi
aytek_nisi

asked on

Get Unicode Text From Access DB in VB

Hi,

I'm using a database I created in MS Access XP. From a VB 6.0 application I connect to my databse using
MS Jet 4.0 engine. My database contains tables with text fields that contain unicode characters.
When I try to get these records from the database all the unicode characters are replaced with '?'s

I already checked the controls in VB and they can display unicode characters. The problem is that I get
the text from the database already messed up.

Who can I get this text right? Do I need to change the engine I use to connect to the database?
Do I need to configure the fields in my DB differently?

Tanks in advance,
Nisim Aytek.
Avatar of yaron_herskovitz
yaron_herskovitz

This is a test comment
ASKER CERTIFIED SOLUTION
Avatar of Markus Fischer
Markus Fischer
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial