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
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?
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?