Specifies the default setting for the access mode connection attribute, which is defined by both ODBC and JDBC. An application can use the ODBC or JDBC interfaces to set and query this attribute at run-time. Options are:
If no specification is made at both the Data Source and the System level, then a runtime default of "READ WRITE" is used.
Specifies the degree to which your transactions impact, and are impacted by, other users accessing the same data for the ODBC driver. Choose one of the following:
If no specification is made at both the Data Source and the System level, then a runtime default of "READ COMMITTED" is used.
This option can be set and queried by the application using the SQLSetConnectOption and SQLGetConnectOption functions.
Note: For more information about the SET TRANSACTION statement, see the CA IDMS Database SQL Option Reference Guide.
Specifies the way in which COMMIT operations affect cursors in the ODBC and JDBC drivers. Choose one of the following options:
If no specification is made at either the Data Source or the System level, then a runtime default of "CLOSE CURSORS" is used.
This is a CA IDMS Server extension allowing you to optimize ODBC usage by different applications. An ODBC application can use the SQLGetInfo function to query this setting. A JDBC application can use the GetResultSetHoldability method.
Specifies how the CA IDMS ODBC and JDBC drivers handle invalid packed or zoned decimal data in a result set column. This option is useful when accessing network databases, where records may be redefined so that decimal fields can contain non-numeric data. Options are:
If not specified for a data source or as the system default, the default is RETURN ERROR. The ODBC driver prints a warning message to the log when tracing is enabled, no matter which option is selected.
Specifies how the CA IDMS ODBC and JDBC drivers use SQL SUSPEND and COMMIT requests to optimize task resource usage on the CA IDMS system. These strategies replace detailed suspend and commit options that were set in the Windows registry directly for prior releases. The strategies are:
If no specification is made at either the Data Source or the System level, then a runtime default of "CUSTOM" is used. Note that if no detailed options have been specified this is equivalent to "INTERACTIVE." Refer to Chapter 3, "Setting Up Your CA IDMS System", and the "Windows Registry Information" Appendix for information about using the detailed options.
Specifies the number of database rows to be fetched in a single database request. CA IDMS supports a BULK FETCH feature than can improve performance by fetching multiple rows with a single database request. This option specifies the default value for the number of rows that the driver attempts to fetch. An application can use ODBC and JDBC interfaces to set and query this value at run-time. Valid values are 0 to 30000. The drivers use a smaller value if the value specified would require a buffer larger than the Fetch Buffer Size.
When the value is 0 for a data source, the drivers use the system default, if any. If the system default is also 0, the drivers compute the number of rows that fit in the fetch buffer.
The default is usually appropriate for most applications.
Specifies the maximum size of the fetch buffer. The drivers adjust the number of rows to fit in the buffer if necessary. Valid values are 0 to 1048576, although the maximum when using CCI is 30000.
When the value is 0 for a data source, the drivers use the system default, if any. When the system default is also 0 the drivers use 30000 for the CCI communications protocol and 64000 for the IDMS communications protocol.
The default is usually appropriate for most applications.
|
Copyright © 2009 CA.
All rights reserved.
|
|