/*
   dbview.c  : mSQL database structure view utility
               version 0.6.3 March, 6th 1996
               (C) 1996 Gian Paolo Ciceri
               gp.ciceri@pn.itnet.it

   Usage: dbview [-h host] database [-t table]

*/

ACKNOLEDGEMENTS:
To bambi for mSQL.
To speis (rubini@foggy.systemy.it): he gave me a 0.99p13 Linux SLS
distribution four years ago.

FEATURES:
This is only a small utility to see the structure of a miniSQL db.
Since it's an early release, it should be only a big bug. 
Please contact me freely if you have problems.

DISTRIBUTION policy:
I'd like to do some GPL software, but since mSQL is now shareware, 
I suppose that I cannot do this.
So I deliver it as freeware (as long as this README is included 
with the distribution) , but if you want to send me an e-mail of
remarks and suggestions, you'll be highly appreciate.


INSTALLATION Notes.

I've a put binary copy of dbview, compiled on my 1.3.70 box.

make install - copy dbview binary into /usr/local/bin

If you want to rebuild all from scratch, do:

make clean   - clean distribution
make all


