Keyword | Short Version |
---|---|
driver | driver |
dsn | dsn |
filedsn | filedsn |
uid | uid |
database | db |
host | host |
pwd | pwd |
server | srvr |
service | serv |
protocol | pro |
client_locale | cloc |
db_locale | dloc |
translationdll | tdll |
translationoption | topt |
connectdatabase | condb |
exclusive | xcl |
cursorbehavior | curb |
savefile | savefile |
options | opt |
description | desc |
enablescrollablecursors | scur |
enableinsertcursors | icur |
optimizeautocommit | oac |
optofc | optofc |
needodbctypesonly | odtyp |
reportkeysetcursors | rkc |
fetchbuffersize | fbc |
describedecimalfloatpoint | ddfp |
donotuselvarchar | dnl |
reportcharcolaswidecharcol | rcwc |
Property | Description |
---|---|
MaxDataLength | The maximum data length for long data types. Default is 1 MB: 1,048,576. You can reset this number as you choose based on your available memory capabilities and Target requirements. |
SQL Log | The default is sql.log in the default installation directory. If you want to use a different log, click once in the value cell, then select the ellipsis to browse to the location of the file, or enter the path and file name. 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. |
SQL Output | Allows you to select bound or unbound mode and whether you want to write SQL statements to a SQL log or not. Keep in mind that bound mode is faster, since bind variables are used. • Target Only (Default) – Uses bound mode, which uses bind variables. SQL statements are sent to the Target and not to the SQL log specified in the SQL Log property. • Target Only (Unbound Mode) – Uses unbound mode, which does not use bind variables and sends the literal SQL statement 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. |
UpdateNullFields | Null values are sent to the database when inserting or updating records. The default is true. If you select False, null values are not sent to the database when you insert or update records. When set to false, this property 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. |
Synonyms | If set to true, this property allows you to see synonyms. The alias names appear in the table list along with the tables. Default is false. |
SystemTables | The SystemTables property is applicable only if you are logged onto the database as the database administrator. Only the DBA has access to SystemTables. 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. |