Closed. This question needs to be more focused . It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post .
Closed yesterday.
Improve this question
How to make a dropdown in Python Tkinter, where the dropdown items are taken from SQL Server
I was looking for to create a dropdown in Python Tkinter and it's data to be taken from SQL. I tried searching for it on the internet but didn't find what I needed. It would be really nice if someone would help me with this.
1条答案
按热度按时间yacmzcpb1#
If you have a sqlite3 database with the options in a column "select" and a table e.g. entries, you can do it like here:
Output: