How to interact with Microsoft Access Database on Vs code through Azure ML compute

Deep R. Joshi 0 Reputation points
2023-06-06T17:16:54.16+00:00

Hi,

I am trying to interact with an MS Access Database (.accdb file) using a VS code (python) compute instance through Azure ML studio. I want to access a table, perform calculations, and update the database. Locally, I was using pyodbc library to achieve this but this approach didn't work on the compute instance due to the lack of an MS Access Driver. I also tried importing the table through the subprocess library, but I cannot update the access file. Is there a way I can accomplish this in the ML studio compute?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,332 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.