Version 4 of A Mini Networked Database Manager

Updated 2002-07-03 19:01:09

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 networked clients to share access to the same database simultaneously? 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: