문제

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?

올바른 솔루션이 없습니다

다른 팁

It worked after following two steps:

1) Run as Admin

2) Set Target Platform := 32 bit

Works like a charm

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top