![]() |
sponsored links |
|
|
sponsored links
|
|
1
5th November 20:35
External User
Posts: 1
|
I am pleased to announce another testing version of TclDB.
I've also included a ready-to-run demo (using tclkit and sqlite) for Windows. Do***entation is far from complete (it only covers database API, not GUI), but demo examples many features of the GUI part. WHAT IS IT: TclDB allows unified DB API using either ODBC or DB-specific API. It uses pure Tcl and [Incr Tcl] to provide DB and queries API. It also uses Tk, [Incr Tk], Iwidgets and Tktable/Tablelist to show result lists. Another functions provide a way to manage table structure - including updating structure (via dumping, dropping and recreating), managing references (where applicable) and dealing with db-specific issues (like serials/sequences/auto_increment fields). This software currently allows the following: - connecting to database (currently only mySQL, ODBC and SQLite) - loading a set of queries from a file - doing queries and/or executing statements - listing query results using Tktable and Tablelist - providing an universal widget form mechanism (qwidget and qdialog) - tabnotebook widget with editable titles WHERE TO GET: Homepage&download: http://www.software.dq-e.com/tcldb/ GUI screenshots (on Windows): http://www.software.dq-e.com/tcldb/ss/01.png http://www.software.dq-e.com/tcldb/ss/02.png http://www.software.dq-e.com/tcldb/ss/03.png http://www.software.dq-e.com/tcldb/ss/04.png http://www.software.dq-e.com/tcldb/ss/05.png -- WK [[Send Tcl/Tk announcements to tcl-announce@mitchell.org Announcements archived at http://groups.yahoo.com/group/tcl_announce/ Send administrivia to tcl-announce-request@mitchell.org Tcl/Tk at http://tcl.tk/ ]] |
|
|