driver=sql;conopts=((driver=oracle;catalog=acat;uid=myuid; pwd=myPass9;path=oraclev11.abc.123.com:1521/ORA11G); (driver=teradata;catalog=bcat;uid=model; pwd='{sas002}C5DDFFF91B5D31DFFFCE9FFF'; server=terasoar;database=model);(driver=netezza;uid=myuid; pwd=myPass2;server=mysrvr;database=testdb;catalog=(ccat={TEST})); (driver=base;catalog=dcat;schema=(name=dblib;primarypath=/u/mypath/mydir)))
attr=value
corresponds
to any of the following options:
|
SQL_CURSORS=n
FedSQL connection handle
option. This option controls the driver’s use of client-side,
result set cursors. The possible values are 0, 1, or 2.
|
|
SQL_AC_BEHAVIOR=n
FedSQL connection handle
option. Specifies whether FedSQL should use transactions when processing
complex operations (for example,
“CREATE TABLE
xxx AS SELECT yyy FROM zzz” or a multi-row delete
statement that requires multiple operations to delete the underlying
rows). Possible values are 0 (default), 1, and 2.
|
|
SQL_MAX_COL_SIZE=n
FedSQL statement handle
option. Enables a user to specify the size of the
varchar or varbinary that
is used for potentially truncated long data when direct bind is not
possible.
|
|
SQL_PUSHDOWN=n
FedSQL statement handle
option. This option tells FedSQL if and when it should try to push
down SQL to the underlying driver. The values are 8, 2, or 0 (default).
|
|
SQL_STMT_MEM_LIMIT=n
FedSQL statement handle
option. Used to control the amount of memory that is available to
FedSQL to answer SQL requests.
|
|
SQL_TXN_EXCEPTIONS=n
FedSQL connection handle
option. Supports dynamic connections regardless of the specified transaction
isolation. Possible values are 0 or 2 (default).
|
|
SQL_USE_EVP=n
FedSQL statement handle
option. This option optimizes the driver for large result sets. The
possible values are 0 or 1 (default) and are used as follows:
|
|
SQL_VDC_DISABLE=n
FedSQL statement handle
option. This option is used to allow or disallow use of cached data
for a statement. The possible values are 0 (default) or 1 and are
used as follows:
|
|
SQL_XCODE_WARN=n
FedSQL statement handle
option. Used to warn when there is an error while transcoding data
during row input or output operations. Possible values are 0 (default),
1, or 2 and are used as follows:
|