Python Connector for Microsoft Access

Connection parameters - Python Connector for Microsoft Access

Connection parameters

The following table describes xBase connection parameters you can use in the connect() module method.

Parameter Description

Database

The path to the database file

ReadOnly

Enables a read-only multi-user mode.

By default, MS Access is a single-user database system. The connector implements a read-only multi-user mode to enable several users to read data from the database simultaneously.

The possible values are True and False. The default value is False.

PoolId

The ID of a connection pool that will be used for a particular connection

DisablePooling

Disables connection pooling for a particular connection.

The possible values are True and False. The default value is False.

© 2022-2025 Devart. All Rights Reserved. Request Support Python Connectors Forum Provide Feedback