02-16-2012 04:04 AM
Hi,
I am a problem with select to database. I use the ActiveX ADO_Recordset GetString.
The problem is with ż and ł, on my database is just, but with the select come z and l.
How is the problem?
Its work with excel.
Thank
Clecle
02-16-2012 06:47 AM - edited 02-16-2012 06:47 AM
I'm guessing that the ActiveX GetString method is returning ASCII. I don't think you can set/change that.
I've used the GetString method for years, but I haven had to work with unicode.
You may need to query the DB with a different method to get the unicode data:
02-17-2012 07:52 AM
Hi, Thanks for your reply.
I Have tested with .NET connector but I Have an Error
I don't understand who is the driver?