This is a Java/PHP tool for exporting DB tables between different schemas/databases. Offers a Java GUI to configure the process. The result is a series of PHP scripts that can be launched to perform data export/import. Supports the following DB: mysql, sql server. Generated scripts work require mysqli and sqlsrv PHP extensions installed.
Run the class Gui.java and then choose the appropriate connection parameters. Then go to File...->Connect to DB.





This project has been created with Eclipse Oxygen and m2eclipse (maven v. 3.3.9). There is a local maven repository in local-repo/ directory because some libs are not available as maven dependencies.
Add support to Oracle DB.