Python Forum
Thread Rating:
  • 1 Vote(s) - 1 Average
  • 1
  • 2
  • 3
  • 4
  • 5
sqlite 3 python help
#9
Oh, it's wrong even in your previous code. Your SQL statement - you don't supply gname as argument, but you hardcode gname in it. So it thinks gname is column and understand the sql condition as column name = column gname
it should be

 c.execute("SELECT guardstart FROM guardwatch WHERE name=?", gname)
Reply


Messages In This Thread
sqlite 3 python help - by yuvalsaias - May-03-2017, 07:16 AM
RE: sqlite 3 python help - by buran - May-03-2017, 10:04 AM
RE: sqlite 3 python help - by yuvalsaias - May-05-2017, 12:39 PM
RE: sqlite 3 python help - by sparkz_alot - May-05-2017, 12:53 PM
RE: sqlite 3 python help - by yuvalsaias - May-05-2017, 01:29 PM
RE: sqlite 3 python help - by snippsat - May-05-2017, 01:54 PM
RE: sqlite 3 python help - by buran - May-05-2017, 01:59 PM
RE: sqlite 3 python help - by yuvalsaias - May-05-2017, 04:49 PM
RE: sqlite 3 python help - by buran - May-05-2017, 04:57 PM
RE: sqlite 3 python help - by nilamo - May-16-2017, 05:58 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  need help with data analysing with python and sqlite Hardcool 2 417 Jan-30-2024, 06:49 AM
Last Post: Athi
  python sqlite autoincrement in primary column janeik 6 1,285 Aug-13-2023, 11:22 AM
Last Post: janeik
  Help with subtracting values using SQLite & Python Extra 10 3,538 May-10-2022, 08:36 AM
Last Post: ibreeden
  [Solved]Help with search statement-SQLite & Python Extra 1 1,089 May-06-2022, 07:38 PM
Last Post: Extra
  Help With Python SQLite Error Extra 10 15,459 May-04-2022, 11:42 PM
Last Post: Extra
  Python Sqlite georgebijum 0 1,089 May-04-2022, 10:12 AM
Last Post: georgebijum
  Importing data from a text file into an SQLite database with Python macieju1974 7 4,251 Jun-29-2020, 08:51 PM
Last Post: buran
  how to use items combobox in table name sqlite in python hampython 1 2,736 May-24-2020, 02:17 AM
Last Post: Larz60+
  SQLite Query in Python rowyourboat 2 2,842 Apr-26-2019, 02:24 PM
Last Post: Larz60+
  how can a sqlite command like import be executed using sqlite3 (python) Larz60+ 1 2,664 Mar-08-2019, 01:17 AM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020