MLUG: Re: [MLUG] Tcl/TK access to SQL database
Re: [MLUG] Tcl/TK access to SQL database
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Aaron Littich wrote:

> Anybody know if there are any packages that allows
> tcl/tk code to interface to a postgresql or mysql
> database.  I can't seem to find any on the web.
>
> Or is there a generic database support in tcl/tk.  I
> don't need anything fancy, just a simple database that
> keeps track of who burned which cd and where the cd is
> at in the queue stack for the robotic cd burner thing.
>

Python would be good for this.  I have used wxPython, which uses GTK or MFC
depending on the platform, to build a gui connected to mysql and was happy with
the results.   Tk support is strong in Python -- Guido's IDE is done with Tk,
my copy of "Teach Yourself Python in 24 Hours" has three "hours" devoted to Tk
-- so it should be even easier than messing with wxPython.  I think a lot of
Redhat's graphical install stuff is done with Python & Tk....  When Eric
Raymond was here, he specifically mentioned the ability to bang out a quick GUI
as one reason he was so big on Python.

--
To manage your subscription, go to http://mlug.missouri.edu/members/edit.php

Archives are available at http://mlug.missouri.edu/list-archives/