connecting to an Informix database
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:
Quote:
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?
Re: connecting to an Informix database
Have you added a reference to the Informix dll?
Re: connecting to an Informix database
It isnt on the reference list, do you know where i could locate it?
Re: connecting to an Informix database
I imagine IBM's website allows you to download it, but I don't know for sure, because I've never had to use it.
Re: connecting to an Informix database