Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I use ODBC for accessing data from mySQL.
I have data in Hebrew and it is shown in Giberish.
I already have tried to change the ODBC Charcter set to hebrew but there's still Giberish.
I would like to get any advice.
Thanks,
Nimrod
I solved it by changing from ANSI driverto UNICODE driver.
Hi Nimrod,
I don't think that the problem is in the ODBC.
can you attach QVD with Hebrew data?
BR
Ariel
I attached the example.
Thanks for your response.
hi,
I can't do anything with your example.
If you load inline with Hebrew do you see Giberish as well?
try to load this:
LOAD * INLINE [
A, B
שלום, להתראות
אני, אתה
מה, קורה
];
what do you see?
BR
Ariel
I see Hebrew.
I solved it by changing from ANSI driverto UNICODE driver.