User Profile

Collapse

Profile Sidebar

Collapse
Suwayya
Suwayya
Last Activity: Apr 22 '08, 06:18 PM
Joined: Apr 1 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Suwayya
    replied to SQLite3 problems
    Never mind. I r fix.
    See more | Go to post

    Leave a comment:


  • Suwayya
    started a topic SQLite3 problems

    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"):
    ...
    See more | Go to post
No activity results to display
Show More
Working...