I got an application (written in Delphi 2009) that uses an ADS Server (Version 10.10).
I’m using the TDataSet Components to access the database.
On my dev machine everything is ok.
But on a test machine (also with ADS 10.10), I get the error 1500 when trying to open an TAdsQuery that selects data from a table containing unicode fields.
The knowledge database says that the files aicu.dll and icudt40l.dat must be presend on both client and server. I’ve checked this on both machines, and they are present in the Advantage 10.10\Server directory.
Maybe somebody else experienced this error and can give me a hint what’s wrong there?
Thanks!
You should put the
aicu32.dllandicudt40l.dateither into your application directory or into the System32/SysWOW64 folder on the client side.