Python Forum
Updating records 1 to n on an SQLite table
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Updating records 1 to n on an SQLite table
#2
Is there some reason you are using SQL for this? This sort of thing I would process in memory rather than in a database.

If you have to use SQL for some reason, I use an auto increment column. Then you can add however much data you need to, and then do one mass delete after adding data based on the value of the auto increment column.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: Updating records 1 to n on an SQLite table - by ichabod801 - Mar-30-2019, 03:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sqlite not updating angus1964 21 2,567 Jul-07-2023, 06:26 PM
Last Post: deanhystad
  Strategy on updating edits back to data table and object variables hammer 0 1,216 Dec-11-2021, 02:58 PM
Last Post: hammer
  UPDATE SQLITE TABLE - Copy a fields content to another field. andrewarles 14 4,504 May-08-2021, 04:58 PM
Last Post: ibreeden
  Unable to Update SQLite Table sambanerjee 5 3,017 Sep-30-2020, 12:21 PM
Last Post: Larz60+
  How to create db table with SQLite and SQLAlchemy?? marcello86 1 2,345 Sep-02-2020, 03:05 PM
Last Post: marcello86
  how to use items combobox in table name sqlite in python hampython 1 2,721 May-24-2020, 02:17 AM
Last Post: Larz60+
  HELP: Combine records in a table with missing start or end date Techy_RN 1 1,670 Dec-16-2019, 08:51 PM
Last Post: Clunk_Head
  sqlite: INSERT using a variable for table name DT2000 3 6,655 Feb-23-2019, 06:28 AM
Last Post: DT2000

Forum Jump:

User Panel Messages

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