Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>I am not an expert on Windows or .NET; treat any comments I make with due caution.</p> <p>Installing the .NET Data Server Provider is an important first step. You now have to make sure that you can use it to connect to the Informix databases you want to manipulate. There are several things you'll need to check here:</p> <ul> <li>Is the server (meaning the Informix instance) configured to allow DRDA connections? <ul> <li>By default, it probably isn't.</li> <li>If you're the DBSA (database system administrator), you'll need to check that you've enabled 'drsoctcp' connections on the system, and configured a server alias to use that connection.</li> <li>If you're not the DBSA, you'll need to chat with your DBSA to get the relevant information.</li> </ul></li> <li>Assuming that you have DRDA connectivity enabled at the server side, you then need to ensure you have an appropriately configured ... DSN? Your client code needs to be able to connect to the server.</li> </ul> <p>There is no reason I'm aware of why it cannot be done. However, I don't know exactly how to guide you step-by-step through any of the above.</p> <p>You might need to seek assistance from IBM Technical Support.</p> <p>You would help everyone if you clarified which version of Informix (the DBMS) you have, along with the version information for the platform where it is running (whether Windows or Unix, and the o/s version information) - and which version of the Data Server Provider you are using (and which variant of Windows you are using it on).</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload