I'm pretty sure it's this easy for random sql<br><br><code>from MythTV import MythDB<br>mythdb=MythDB()<br>conn=mythdb.cursor()<br>conn.execute( "UPDATE table SET col1 = 0 WHERE col2 = 1;" ):</code><br><br>
-- <br>"Weekends don't count unless you spend them doing something completely pointless. " - Calven<br><br>