  TODO list for SQLmy

  - No the result of a select go to a text file and the fields are
    separeted by pipe. I want to create a .dbf structure the name
    and the type of the fields will be the same as in the table.
    So you can index, go top, skip record etc.
    Done it. 8.2.2000

  - MySQL have a function to check if MySQL server is alive, so before
    call any other function, ask if the server is alive.

  - Permit more than one connection to data base per session. Really
    isn't a serious drawback, but it will help.
