I have to work with a MS Access DB where I can insert and modify data manually via GUI. The GUI opens with execution of an .mde
file which prompts for UserName and Password.
Of course, I have no DB admin rights. I also have no admin rights for my system. I am using 32-bit Python on 64-bit Windows 7.
Now my question:
Is there a possibility to access the .mdb file via command line in order to integrate data / change data automatically?
(Pythonic solutions would be appreciated.)