Question

I am using fireDAC to communicate with my informix driver from delphi application.

After setting the connection parameters using dbExpress gateways : My connection parameters are:-

User_Name=BOSS
Database=new_Mexico
Password=c0ldn0rth
DriverName=Informix
HostName=newMexicoSvr
RDBMS=OTHER
DriverID=TDBX

When I set my query active := true. it displays the records in the form while developing. How ever when I execute my application and click on button whicbh activates the query I get following error:

Unknown Driver Informix

Can you please tell what can be the issue with the application?

No correct solution

OTHER TIPS

It worked after following two steps:

1) Run as Admin

2) Set Target Platform := 32 bit

Works like a charm

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top