Hello,

I need some help connecting to an informix database, I found a .net connection string on connectionstrings.com but I am having trouble with the namespace. Here is what i import:

Code:
imports IBM.Data.Informix
It underlines it with green and give me this tooltip:
namespace or type specified in Imports 'IBM.Data.Informix' doesn't contain any public member or cannot be found. make sure the namespace or the type is defined and contains at least one public member. make sure the imported element name doesnt use any aliases.
does anyone know how/where i can get this namespace?