| AnyDAC 2.0 & Informix |
| Posted by Support [Jun 25, 2009] |
From time to time I am geting requests to implement the Informix driver. AnyDAC has the ODBC Bridge driver, allowing to work with the Informix right now. There is a successful story about migration of the BDE Informix application to the AnyDAC.
|
Platform- DBMS: Informix DS v 7, 9, 11.50
- AnyDAC: v 2.0.11.895
- Delphi: v 5
The applicationThe AnyDAC customer had an application, which is the ERP-system with ~2000 of units. 95% of the units are the forms and the data-modules. The applications was using BDE & Informix SQL Link. Worth to mention, it was using quite a lot of TTable's. MigrationPotential issues- The Informix ODBC driver must be v 2.81 and higher. Otherwise you can get some unstable behaviour.
- Old Informix versions does not give the "readable" names to the stored procedure parameters. So, application cannot use ADQuery.ParamByName('(expression)') or FieldByName. The customer replaced all such calls with ADQuery.Params[] and Fields[].
The results The application speed is the same as with BDE. It seems, that BDE SQL Link is using Informix CLI, which is very close to the ODBC API. As result: - the same speed;
- the same stability;
- the much better support;
- and much more features.
Kind of that. Good luck in the migration to the AnyDAC ! :) |
|