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

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
GPL
Posts: 8
Joined: Thu 12 May 2011 07:15

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

Post by GPL » Fri 28 Nov 2014 09:55

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?

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

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

Post by AlexP » Mon 01 Dec 2014 12:21

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 .

Post Reply