|
|
- reorganisation of project files - fixed bug with initialisation of fm8 jdbc driver
<?xml version="1.0" encoding="UTF-8"?>
<convert>
<source>
<database>
<url>jdbc:fmpro:http://pythia:8050</url>
<user>rogo</user>
<password>3333</password>
<table name = "CDLI_translit.fp5" layout = "WWW">
<select>select * from "CDLI_translit.fp5"</select>
</table>
</database>
</source>
<destination>
<database>
<url>jdbc:postgresql://foxridge/test</url>
<user>rogo</user>
<password>3333</password>
</database>
</destination>
</convert>