Readme.txt --------------------------------------------------------------------------

      PHP Utility 'CopyTab', to copy data between two relational database

-------------------------------------------------------------------------------------
                                                              Piero Ronchi 2003-2009
Require:

Every Operating System with a Web Server that support:

  PHP 4.3 +
  ADOdb 4 +

(tested with PHP 5.2 and ADOdb 5)

ADOdb is a free abstaction layer to access transparently any database supported by PHP
(http://adodb.sourceforge.net/)

Installation:

- Unzip everywere you can access via Web Server
 
- Customize the file 'Setup.inc.php' with an editor and change:


  $DirADOdbLocal = "e:/AppServ/adodb5/" ;         # <-- installation folder of ADOdb 

  $DirWork = "e:/AppServ/www/CopyTab/SaveEnv" ;   # <-- working folder for saved parameters and logs 

  $PHPprogram = "e:\\AppServ\\php5\\php.exe" ;    # <-- PHP executable, used for batch copy
                                            


Use:

  With your preferred Web Browser open file 'index.php' in CopyTab; for example: 

  http://localhost/CopyTab/index.php


