Skip to content Skip to sidebar Skip to footer

Error In Opening An Access Database In Python

I am a new to python programming and i want to write a python program to read and write data to and from the database. The connection code is as follows: DNS='catalog' DRV = '{Micr

Solution 1:

The account under which you are running is not an administrator. It needs registry access as per the message (also described here)

Registry access is needed to find the ODBC driver for MS Access.

Solution 2:

try to uncheck Attributes: Read-only box in file properties.

Post a Comment for "Error In Opening An Access Database In Python"