Open Database Connectivity (ODBC) is a standard database
access method that allows you to access and modify data from any application,
regardless of which database management system is handling the data.
Specify the following
information in the Advanced Configurations area
In the Maximum
Number of Background Threads text box, enter the number of background
threads that the engine will use. The default value is 3, but you can
increase this value if the database has a large amount of activity.
In the Maximum
Number of Rows to be Scanned (1-16) text box, enter the number
of rows to be scanned when setting a column’s data type based on existing
data. The default value is 8, but you can choose a number from 1 to 16.
If this value is set to 0, all rows are scanned.
Select the Allow Implicit Transaction Commit check
box to specify how you want changes made outside of a transaction to be
written to the database.
Select the Allow User Transaction Commit check
box to specify whether the Microsoft Access driver should perform explicit
user-defined transactions asynchronously.
The default is "Yes", meaning that the Microsoft Access driver
will wait for commits in a user-defined transaction to be completed.