Adding an Access data source

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.

To add a Microsoft Access data source:

  1. Open the Site Administrator Home page.

  2. In the ODBC Data Source area, click Add Access Data Source. The Add Access Data Source form displays.

  3. Specify the following information in the Database Section area

  1. Specify the following information in the ODBC Driver Configurations area

  1. Specify the following information in the Authorization Section area

  1. Specify the following information in the Advanced Configurations area

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  1. Click Add. The Access data source is added and is displayed on the List OBDC Data Source page.

Related Topics