How can I access Microsoft Access databases in Python? With SQL?
I\'d prefere a solution that works with Linux, but I could also settle for Windows.
I only r
If you sync your database to the web using EQL Data, then you can query the contents of your Access tables using JSON or YAML: http://eqldata.com/kb/1002.
That article is about PHP, but it would work just as well in Python.