PDA

View Full Version : Python connecting to a database


python_boy
04-08-08, 12:20 PM
Hi,

I am trying to make a python TKinter GUI, which conects and steps through a database, with buttons, I have managed to make the graphical user interface, but cannot seem to get the buttons working!:confused: ! Does anyone know any python code that could possibly link my databse to those buttons, so that I can get them to do the program.

Thanks,
Mark

UnrealEd
04-11-08, 08:04 AM
Could you explain a little more what each button is supposed to do?
What type of database are you using?
What do you mean with "step through a database"? Simply list all items so you can edit them/insert new ones/remove old ones?