Open GoogleCodeExporter opened 9 years ago
I am using sqlite in 3dsmax, I use:
import sqlite3
con = sqlite3.connect(self.dbPath)
with con:
cur = con.cursor()
cur.execute("SELECT...")
works for me.
don't see an advantage in using the QtSql
Original comment by purest...@gmail.com
on 5 Apr 2013 at 11:05
Original issue reported on code.google.com by
michael....@gmail.com
on 11 Jan 2012 at 5:42