How to interact with Microsoft Access Database on Vs code through Azure ML compute
Deep R. Joshi
0
Reputation points
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
Sign in to answer