Python Forum

Full Version: Python Tkinter (sqlite)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?
This link should get you started. Sqlite-Python Tutorial