I'm trying to write a script that will update records in an MDF database (SQL Sever Express). I was looking into using the pyodbc module and update the fields with Python. Is this possible? Has anyone connected and updated a MDF database this way?
This is what I have so far.

Is it worth it to continue with this script? Or am I wasting my time?
Thanks for the help!