python sqlite operation error '(' how to debug

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jvandal
    New Member
    • Oct 2007
    • 4

    python sqlite operation error '(' how to debug

    c.execute('''IN SERT INTO gangmember ( lastname ('?' , firstname ('?'), birthdate ('?'), deathdate ('?'),\
    address ('?') , state ('?'), zipcode ('?') , father ('?') , mother ('?') , status ('?') , gangname('?') )''')
  • dwblas
    Recognized Expert Contributor
    • May 2008
    • 626

    #2
    A tutorial on SQLite http://www.sqlitetutorial.net/sqlite-insert/ A web search for "sqlite insert" will give you more hits.

    Comment

    • jvandal
      New Member
      • Oct 2007
      • 4

      #3
      Thanks. The missing ")" was removed during the copy to Bytes help.I'm using the editor Geany.

      Comment

      Working...