                            README
			    
Zeos Library for Windows contains Delphi's components and classes
for lexical analysis and direct access to MySQL server.
  TParser - component to calculate formulas
  TMySQLDatabase - component to connect to a MySQL database
  TMySQLTransact - component to post updates directly to MySQL,
      and through Zeos Transact-server
  TMySQLQuery - fullfeatured descendant of TDataset:
    - All datatypes supported (Integer, String, Float, Boolean!!!)
    - Edit simple and complex!!! queries
    - Cached updates support!
    - Blobs support!
    - Locate and Lookups
    - Master-Detail support!!!
    - Onclient and onserver filtering!
    - Zeos generators support (very recommend for cache update mode)
    - Zeos Transact-server support (to emulate MySQL transactions)
    - ... I can forget something...:)

Now it is a most complex Dataset.
    
Zeos Library is distributed with the GPL licence and doesn't cost you nothing.

The latest version can be found on: 
  ftp://cm.dongu.donetsk.ua/pub/zeos/winzeos-latest.zip

Also you may be interested on:

Zeos C++ Classes library for Linux. It contains classes to help develop MySQL applications
like in Delphi
  ftp://cm.dongu.donetsk.ua/pub/zeos/libzeos-latest.tar.gz

Zeos UDFs. It contains several usefull MySQL UDFs for Linux:
  C functions for multitask access to MySQL tables in your MySQL UDFs :)
  Zeos Generators support (CreateGen, GetGen, SetGen, DropGen)...
  Create temp tables by another sample table (CreateTempTable, DropTempTable)..
  Date processing (BeginMonth, EndMonth, NextMonth, PriorMonth...)
  Params string processing as "param=value...." (GetParam, GetParamByNo)
  Convert currency value to amount written out (FloatToMoney)
  ftp://cm.dongu.donetsk.ua/pub/zeos/zeosudf-latest.tar.gz
 
Zeos Transact-Server: emulates MySQL transactions under Linux:))
  ftp://cm.dongu.donetsk.ua/pub/zeos/trsd-latest.tar.gz
  
Many thanks to Rangel Reale for his help.

Yours, 
  Sergey Seroukhov voland@cm.dongu.donetsk.ua