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
#3
(Mar-30-2019, 03:17 PM)ichabod801 Wrote: Is there some reason you are using SQL for this?

At the end of a work session users need to retain many long lists of vendors, parts, clients purchase order etc. It makes a lot of sense to have such data saved. Previously using earlier software I would have used I/O random access files to store these clipboards.

In general I only need to add one new item at a time ( part , vendor , client etc) and I would like this new item to be near top of list (row 2). Additionally I often want to have items that I added last week near the top of the list, whereas items added 4-5 weeks ago would be well down a 300 item list.
Reply


Messages In This Thread
RE: Updating records 1 to n on an SQLite table - by KevinBrown - Mar-30-2019, 05:02 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Sqlite not updating angus1964 21 2,492 Jul-07-2023, 06:26 PM
Last Post: deanhystad
  Strategy on updating edits back to data table and object variables hammer 0 1,209 Dec-11-2021, 02:58 PM
Last Post: hammer
  UPDATE SQLITE TABLE - Copy a fields content to another field. andrewarles 14 4,444 May-08-2021, 04:58 PM
Last Post: ibreeden
  Unable to Update SQLite Table sambanerjee 5 2,978 Sep-30-2020, 12:21 PM
Last Post: Larz60+
  How to create db table with SQLite and SQLAlchemy?? marcello86 1 2,324 Sep-02-2020, 03:05 PM
Last Post: marcello86
  how to use items combobox in table name sqlite in python hampython 1 2,698 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,652 Dec-16-2019, 08:51 PM
Last Post: Clunk_Head
  sqlite: INSERT using a variable for table name DT2000 3 6,611 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