Apr-30-2020, 05:44 PM
I am using Python Tkinter and i'm using sqlite in the program. In part of the program, when accessing a database with sqlite, how do I get the oid number at runtime and assign it to a vairable?
|
Python Tkinter (sqlite)
|
|
Apr-30-2020, 05:44 PM
I am using Python Tkinter and i'm using sqlite in the program. In part of the program, when accessing a database with sqlite, how do I get the oid number at runtime and assign it to a vairable?
Apr-30-2020, 09:00 PM
This link should get you started. Sqlite-Python Tutorial
I welcome all feedback.
The only dumb question, is one that doesn't get asked. My Github How to post code using bbtags Download my project scripts |
|
|
| Possibly Related Threads… | |||||
| Thread | Author | Replies | Views | Last Post | |
| How to use place holders in tkinter sqlite | scratchmyhead | 1 | 3,001 |
May-12-2020, 06:13 PM Last Post: Larz60+ |
|