/+junk/Dataanalys

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/Dataanalys

« back to all changes in this revision

Viewing changes to sqlCmd.py

  • Committer: Gustav Hartvigsson
  • Date: 2010-12-22 20:39:35 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20101222203935-vxwj859m12yvf3g1
Made the dbAdd work.... and fixed some errors that I made when creatig the "create table awnsers(" file and fixed the inherited probem from that in awnser_sheet.....

yeah i know, I am an idiot.....

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        conn = sqlite3.connect("./awnsers.sqlite")
15
15
        db = conn.cursor()
16
16
 
17
 
        startQueryShow = "select * from test1 where("
 
17
        startQueryShow = "select * from awnsers where("
18
18
        startQueryCount = "select count(*) from awnsers where("
19
19
        endQuery =");"
20
20