Page 1 of 1

Microsoft][ODBC dBase Driver] Unexpected Error From External Database Driver 10019 with UniDAC 6.0.1 on DBF Table

Posted: Fri 28 Nov 2014 09:55
by GPL
I want to get data from an external DBASE-File whit customer addresses.
It seems like an easy job, but if I do a select for names that contain german umlauts, I get the following error:

Microsoft][ODBC dBase Driver] Unexpected Error From External Database Driver 10019

The same happens, if I do a Select like this:
select * from customer where Name like 'M%' order by name

"select * from customer where Name like 'Müller' order by name" don't work, but
"select * from customer where Name like 'Meier' order by name" works.

In UniConnection.specificoptions the CollatingSequence ist "International" and UseUnicode is set to true.

Any suggestions, what I can do?

Re: Microsoft][ODBC dBase Driver] Unexpected Error From External Database Driver 10019 with UniDAC 6.0.1 on DBF Table

Posted: Mon 01 Dec 2014 12:21
by AlexP
Please specify the name and version of the used ODBC driver. Also send us the DBASE file, on which this problem occurs, to alexp*devart*com .