User Profile
Collapse
-
SQLite3 problems
...Code:db = sqlite3.connect('mydb.db') f1l = [] f1l = db.execute("SELECT f1 FROM t1").fetchall() for i in range(0,len(f1l)): xmlfile = matchf1(f1l[i]) print xmlfile postcount = 0 for node in xmlfile.getElementsByTagName("t1"): c1 = node.getAttribute("c1") if c1 != 0: for node2 in xmlfile.getElementsByTagName("t2"):
No activity results to display
Show More
Leave a comment: