I'm trying to connecto to informix server. I've downloaded the latest CLient SDK with the server driver package, where are the .net DLL's When I'm using this connection string:
Database=mydb;Server=myip:someport;User ID=myuser;Password=mypass
I get "ERROR [08001] [IBM] SQL30081N
But when I try to add something else like protocol or the conn string from https://www.connectionstrings.com/informix/
It says that I have invalid argument exception.
I've tried to read through the stack overflow archive nothing helps, any ideas? My sdk version is: clientsdk.4.10.FC5DE.WIN