Configuring Advanced Options
You can configure advanced options to modify the behavior of the driver.
To configure advanced options:
- To access advanced options, open the ODBC Data Source Administrator where you created the DSN, then select the DSN, then click Configure, and then click Advanced Options.
- To retrieve data using double-buffering instead of single-buffering, select the Enable Double-Buffering check box. You can configure the size of the buffer using the Rows Fetched Per Block setting.
- In the Rows Fetched Per Block field, type the number of database rows to be fetched per block.
- Choose one:
- To return SQL_WVARCHAR for VARCHAR columns, and SQL_WCHAR for CHAR columns, select the Unicode SQL character types check box.
- Or, to return SQL_VARCHAR for VARCHAR columns and SQL_CHAR for CHAR columns, clear the Unicode SQL character types check box.
- To enable support for hint syntax in SELECT statements, select the Check Select Statement Hint Syntax check box.
- In the Connection Sync Interval field, type the length, in seconds, for the interval between connection kee-alive requests.
- In the Binary/Character Length field, type the default buffer size for Character or Binary parameters.
- In the Decimal Precision field, type the default total number of digits for parameterized decimal values.
- In the Decimal Scale field, type the default number of digits behind the decimal point for parameterized decimal values.
- In the Array Column Length field, type the column length that the driver reports for array columns.
- To save your settings and close the Advanced Options dialog box, click OK.
- Advanced Driver Configuration Options on page 1
- Creating a Data Source Name
- Configuring Authentication
- Configuring SSL Verification
- Configuring Logging Options
- Exporting a Data Source Name
- Importing a Data Source Name