[MDD]: If we take the concepts started in [A Mini Database Manager] to the next level, what if we wanted to persist the database tables remotely, over a network, and also allow multiple clients to share access to the same database? Well, this is easily accomplished using [Tequila]. With some slight modifications to the gui code, to change it into a Tequila client (connecting over port 8008), and "attaching" the db arrays, we get to a very cool place very quickly. See for yourself: * The client code can be downloaded at http://www.eolas.net/tcl/t-db/t-db-net.tcl * A [TclKit]'ed stand-alone Win 32 executable of the client app is here [http://www.eolas.net/tcl/t-db/t-db-net.exe] * A [TclKit]'ed stand-alone Win 32 executable of the tequila server is here [http://www.eolas.net/tcl/t-db/tequila.exe] ----