INFACore
- INFACore
- All Products
Operation | Support |
---|---|
Read | Yes |
Write | Yes |
Property
| Description
|
---|---|
Connection Name
| Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
|
User Name
| User name for the database login.
|
Password
| Password for the database login. The password cannot contain a semicolon.
|
Data Source Name
| System DSN.
|
Schema
| Schema used for the source or target.
|
Code Page
| The code page of the database server or flat file defined in the connection. Select one of the following code pages:
|
ODBC Subtype
| The ODBC connection subtype that you must select to connect to a specific database. The subtype defines the capabilities that you can configure while you create a mapping.
You can select the DB2 option to read from or write to DB2.
The rest of the options are not applicable.
|
Driver Manager for Linux
| When you create a new ODBC connection on Linux platform, you can select a driver manager for the Linux Secure Agent. Select one of the following driver managers:
The default driver manager is UnixODBC2.3.0.
|
Property
| Description
|
---|---|
Pre SQL
| Pre-SQL command that must be run before reading data from the source.
|
Post SQL
| Post-SQL command that must be run after reading data from the source.
|
SQL Override
| The SQL statement to override the default query generated from the specified source type to read data from the ODBC source.
|
Property
| Description
|
---|---|
Update Override
| An update SQL statement that updates the data in an ODBC target table. The update SQL statement you specify overrides the default update statements that the Secure Agent generates to update the target based on key columns. You can define an update override statement to update target tables based on both key or non-key columns.
In the override statement, you must enclose all reserved words in quotation marks.
|