Informix

The Informix connector allows you to connect to Informix database servers.

NOTE:

 

Using Informix

  1. Launch the Connect to Data dialog and then select Informix.

The Informix Connection dialog displays.

  1. Provide the hostname, port, Server, user ID, and password required to connect to the Informix database server. If the port you wish to use is different from the default port, change the default value to the correct one.

  1. Specify other connection options if desired, making sure to separate individual connection strings by a semi-colon.

The following table lists the connection string attributes supported by the Informix Protocol driver.

Attribute (Short Name)

Default

AlternateServers (ASRV)

None

ApplicationUsingThreads (AUT)

1 (Enabled)

CancelDetectInterval (CDI)

0 (None)

ConnectionRetryCount (CRC)

0

ConnectionRetryDelay (CRD)

3

Database (DB)

None

DataSourceName (DSN)

None

Description (n/a)

None

HostName (HOST)

None

IANAAppCodePage (IACP) UNIX ONLY

4 (ISO 8559-1 Latin-1)

LoadBalancing (LB)

0 (Disabled)

LogonID (UID)

None

Password (PWD)

None

PortNumber (PORT)

None

ServerName (SRVR)

None

TrimBlankFromIndexName (TBFIN)

1 (Enabled)

UseDelimitedIdentifier (UDI)

0 (Disabled)

 

  1. You can either:

 

  1. The easiest way to select a table and/or view to load is by choosing from a set of predefined tables and views. To do so, ensure that the Tables & Views button is selected. If you wish to manually construct a SQL query to pull and load a data, ensure that the Query button is selected. Once either a table or view or a query has been selected, the OK button at the bottom of the dialog is enabled.

  2. Click Load Tables to load a list of predefined tables or views. This list can be filtered by entering an appropriate string in the Search Tables search box.

You can also add a duplicate column.

  1. Select a table to display the available columns in the Search Columns list. Once a table has been selected, the Query text box is updated to reveal the results of a SELECT * FROM TABLE query. Any other selection made updates the Query text box accordingly.

  2. Select the columns to add to your data table by checking their corresponding Output Column box.

  3. If you wish to parameterize a specific column, check the Parameterize checkbox and, in the dropdowns that display, select the desired value.

  4. If the data returned is to be aggregated, check the Aggregate checkbox. The following aggregation methods are possible:

    • Text Columns: Group By

    • Date Columns: Count, Min, Max, Group By

    • Numeric Columns: Sum, Count, Min, Max, Group By

    • Numeric Columns: Sum, Count, Min, Max, Group By.

The time zone of input parameters and output data is, by default, unchanged. Changing the time zone is supported by using the Timezone list box based on the assumption that data are stored in UTC time and outputs are presented in the selected time zone.

  1. Check the box for Enable on-demand queries if you would like to enable this function.

  2. Click OK to confirm the selection and retrieve the record set into Designer.

The flat record set corresponding to the executed SQL is returned from the source database and displayed in Data Prep with the database name as the title and all fields listed displayed in Data Source Preview.

  1. If you wish to make changes to your fields, you may do so now and then click OK when you are finished. If you do not wish to make any changes to your data, simply select the OK button.