Property Name | Description |
---|---|
Encoding | Sets the character encoding for XML source and target files. For encoding choices, see Unicode Character Encodings. Shift-JIS encoding is used only in Japanese operating systems. |
SQL Output | Allows you to select bound or unbound mode and whether you want to write SQL statements to a SQL log or not. The bound mode is faster, since bind variables are used. The options available are: • Target Only (Default) - Uses bound mode that uses bind variables. SQL statements are sent to the target and not to the SQL log specified in the SQL Log property. This is the default value. • Target Only (Unbound mode) - Uses unbound mode that does not use bind variables. The literal SQL statement is sent to the database engine. SQL statements are sent to the target and not to the SQL log specified in the SQL Log property. • Target and SQL Log - Sends SQL statements to the target and to the SQL log specified in the SQL Log property. • SQL Log Only - Sends SQL statements only to the SQL log file specified in the SQL Log property. |
SQL Log | Specify the SQL log file name. By default, it is sql.log in the default installation directory. To specify a different log file name, click once in the box and then click the search icon. Browse to the appropriate location and the file. Note: SQL statements are sent to the SQL Log file only if the SQL Output property is set to either Target and SQL Log or SQL Log Only. |
UpdateNullFields | If set to true, null values are sent to the database when inserting or updating records. The default value is true. If you select false: • Null values are not sent to the database when you insert or update records. • Forces the connector to operate in unbound mode, which may cause slower performance. Best Practice — If fields in the target record are not mapped, then the null values are passed to the target. If you do not want to write to these fields, then it is recommended to set the value for UpdateNullFields to False. |
SystemTables | This property is only applicable if the user is logged in to the database as the Database Administrator (DBA). If set to true, this property allows you to see all the tables created by the DBA. The system table names appear in the table list. The default is false. |
Views | If set to True, this property allows you to see the view names in the table list along with the table names. Default is True. Note: This property supports only Append and DeleteAndAppend output modes and does not support the Replace output mode. |
Synonyms | If set to true, this property allows you to see synonyms. The alias names appear in the table list along with the tables. The default value is false. |