Results 1 to 5 of 5

Thread: connecting to an Informix database

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    21

    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:
    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?

  2. #2
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    Re: connecting to an Informix database

    Have you added a reference to the Informix dll?

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jan 2008
    Posts
    21

    Re: connecting to an Informix database

    It isnt on the reference list, do you know where i could locate it?

  4. #4
    Code Monkey wild_bill's Avatar
    Join Date
    Mar 2005
    Location
    Montana
    Posts
    2,993

    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.

  5. #5
    Frenzied Member
    Join Date
    Jul 2006
    Location
    MI
    Posts
    2,012

    Re: connecting to an Informix database

    We use this to connect to our Informix database:

    http://www-306.ibm.com/software/data...tools/connect/

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width