Error when connecting an accdb (MS Access) file with pyodbc in Google Colab #1357
-
Good evening colleagues 👋! Please, I will appreciate 🙏 your enormous help and guidance with this problem: When trying to make a connection to an Access file (accdb format), previously loaded in Google Colab, with pyodbc it gives me the following error ⚡:
In advance, any comments with any ideas or guidance to be able to make the connection from Google Colab will be welcome 🙌. Note: From VSCode with local file it works 100%. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You may find this interesting: https://stackoverflow.com/q/25596737/2144390 |
Beta Was this translation helpful? Give feedback.
Microsoft Access Driver (*.mdb, *.accdb)
is the name of the Microsoft Access ("ACE") driver on Windows. The unixODBC error indicates that it came from a non-Windows machine, but Microsoft has not released a corresponding MS Access driver for Linux or Mac.You may find this interesting: https://stackoverflow.com/q/25596737/2144390