* SERVER
- Access based on DSN, IP, login and password; DSN available or create 
- A button on the toolbar to lauch ODBC manager
- Show tables in a DSN
- Show DSN ( Catalogue )
- Compression protocol ( zlib )
- Multiple active query in a connection
- A server without threads ( for bugged ODBC drivers )
- Integrated web server ( remote control, statistical data etc etc )
- Transaction ( requires ADO ??? )

* CLIENT
- A better output format ( like mysql )
- Auto reconnect if the connection fails
- Catalogue
- Return errorcodes if there is an error
- Recode read_defaults for not use %as
- ODBC driver

* LIBRARY
- Write documentation
