TODO:

- Show a view-only recordform for SQl queries if clicked in the browser.
  (this implies a recordform without modification possibilities.)
- The search field uses LIKE everywhere. Change it to use only LIKE
  for CHAR and TEXT fields and the = operator for integer/reals.
- Add an Update button in Browser window to be able to refresh the contents.
- Update the README file ...
- Scrollbar in Record form.
- Add a history of databaseservers or a user modifiable table.
- Use configure to build makefiles
- Allow username and password for MySQL, command line as well as forms

DONE:

x Ask for a keyfield if no UNIQUE key found instead of using the first one
  found or , better, make it possible to select the key field in the Show
  fields window.
x Option to read complex SQl statements from a file rather than typing it in.
x Better parsing of commandline (i.e. getopt). Usage() warning if illegal
  option is passed.
x Option to disable the count of all records in the table.
