And the code for this:
#!/usr/local/bin/wish package require sqlsc set dbar(window) .db set dbar(database) mysql set dbar(table) db sqlscreen dbar
And the code for this:
#!/usr/local/bin/wish package require sqlsc set dbar(window) .db set dbar(database) mysql set dbar(table) db set dbar(columns) { host \n user db \n select_priv insert_priv update_priv \n delete_priv create_priv drop_priv } sqlscreen dbar
The code for this is in the "wines.tcl" sample application. It is
about 290 lines long, and it exercises almost all features in the
package.