Linking Informix tables to SQL Server 2000

Ask a Question related to Informix, Design and Development.

  1. #1

    Default Linking Informix tables to SQL Server 2000

    I am having difficulty creating a linked server (Informix) in
    Microsoft SQL Server 2000. I have successfully installed the Informix
    OLEDB driver; the driver is version 3.81. Using SetNet32 that was
    installed with the SDK v2.8, I can successfully connect to my Informix
    database. I can also successfully connect to my Informix tables using
    a system DSN (I have tested this by importing data into Excel using
    the DSN.) I have also executed some stored procedures
    (sp_addlinkedserver and sp_addlinkedsrvlogin) that were supposed to
    create the linked server, but I have not been successful. I would
    appreciate it if someone could help me out. My connection information
    follows:

    Server name: dapa_live
    Host name: mx
    Service: dapa_live
    Protocol: onsoctcp
    Database name: dapa
    (UserID and Password are required as well)

    Thanks.

    Scott Adams
    Scott Adams Guest

  2. Similar Questions and Discussions

    1. Linking to SQL Server 2000
      I have been using CF for a number of years but always with Access. Not having SQL Server 2000 experience is holding me back. Can anyone give me or...
    2. Error while porting applicaition from 2000 Server to 2000 advace Server
      Hi, I have one 3 tier architecture application running on Windows 2000 Server. I have created replica of same machine on another machine where OS...
    3. How to export an Informix db to MS SQL Server 2000?
      Hi, My client has an Informix SE database on Windows Platform (NT). How do I export such a db to MS SQL Server 2000? I've searched this NG,...
    4. Informix Dynamic Server 2000 startup problem
      Hi, While starting up informix in multi user mode , we wait for the database to come up by checking the onstat - o/p . But if the system is...
    5. SQL Server 2000 SP3: Why is Table variable slower than temp tables?
      Hello, Recently, I am trying to optimize some old stored procedures. In the process, I found out in the online help that a "table variable" is...
  3. #2

    Default Re: Linking Informix tables to SQL Server 2000

    Using the database information I have provided, can someone help me
    assemble the proper parameters I would pass to the stored procedures
    sp_addlinkedserver and sp_addlinkedsrvlogin. I feel as if my troubles
    are centered here. Thanks.

    Scott


    Paul Watson <paul@oninit.com> wrote in message news:<3F16CCB9.BC7CE322@oninit.com>...
    > AFAIR you need to tell the informix end that you want to use OLE,
    > I believe the procedure is in the manual but I can't remember what it
    > is
    >
    > Scott Adams wrote:
    > >
    > > I am having difficulty creating a linked server (Informix) in
    > > Microsoft SQL Server 2000. I have successfully installed the Informix
    > > OLEDB driver; the driver is version 3.81. Using SetNet32 that was
    > > installed with the SDK v2.8, I can successfully connect to my Informix
    > > database. I can also successfully connect to my Informix tables using
    > > a system DSN (I have tested this by importing data into Excel using
    > > the DSN.) I have also executed some stored procedures
    > > (sp_addlinkedserver and sp_addlinkedsrvlogin) that were supposed to
    > > create the linked server, but I have not been successful. I would
    > > appreciate it if someone could help me out. My connection information
    > > follows:
    > >
    > > Server name: dapa_live
    > > Host name: mx
    > > Service: dapa_live
    > > Protocol: onsoctcp
    > > Database name: dapa
    > > (UserID and Password are required as well)
    > >
    > > Thanks.
    > >
    > > Scott Adams
    Scott Adams Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139