File:  [Repository] / FM2SQL / samples / cTest.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 2 19:47:24 2006 UTC (17 years, 7 months ago) by casties
Branches: MAIN
CVS tags: HEAD
- 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>
      <mode>convert</mode>
      <table name = "CDLICat.v2web.fp5" layout = "" id = "id" >
         <select>select * from "CDLICat.v2web.fp5" where id&lt;19999</select>
      </table>
    </database>
  </source>

  <destination>
    <database>
      <url>jdbc:postgresql://foxridge/test</url>
      <user>rogo</user>
      <password>3333</password>
      <mode></mode>
    </database>
  </destination>
</convert>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>