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?
Microsoft][ODBC dBase Driver] Unexpected Error From External Database Driver 10019 with UniDAC 6.0.1 on DBF Table
Re: Microsoft][ODBC dBase Driver] Unexpected Error From External Database Driver 10019 with UniDAC 6.0.1 on DBF Table
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 .