I'm newbie in informix, I get some error when tring connect to informix server,
I have installed IDS v11.5 on RedHat Enerpise 5 Server. My sqlhost is:
ids_demo onsoctcp linux.it06 9088
ids_alias drsotcp linux.it06 9089
I have installed CSDK 3.0.0 on Windows XP & Windows 2003 R1
When write application client in C# language to connect to IDS. I get error message:
ERROR [HY000] [Informix .NET provider][Informix]Server ids_demo is not listed as a dbserver name in sqlhosts.
I connect with my string connection:
Database=stores_demo;Host=192.168.11.200;Server=id s_demo;Service=9088; Protocol=;UID=informix;Password=*********;
Please help me.
Thank you