Python Forum
Python Tkinter (sqlite) - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: GUI (https://python-forum.io/forum-10.html)
+--- Thread: Python Tkinter (sqlite) (/thread-26406.html)



Python Tkinter (sqlite) - scratchmyhead - Apr-30-2020

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?


RE: Python Tkinter (sqlite) - menator01 - Apr-30-2020

This link should get you started. Sqlite-Python Tutorial