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 (19 years, 7 months ago) by casties
Branches: MAIN
CVS tags: HEAD
- reorganisation of project files
- fixed bug with initialisation of fm8 jdbc driver

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: <convert>
    3:   <source>
    4:     <database>
    5:       <url>jdbc:fmpro:http://pythia:8050</url>
    6:       <user>rogo</user>
    7:       <password>3333</password>
    8:       <mode>convert</mode>
    9:       <table name = "CDLICat.v2web.fp5" layout = "" id = "id" >
   10:          <select>select * from "CDLICat.v2web.fp5" where id&lt;19999</select>
   11:       </table>
   12:     </database>
   13:   </source>
   14: 
   15:   <destination>
   16:     <database>
   17:       <url>jdbc:postgresql://foxridge/test</url>
   18:       <user>rogo</user>
   19:       <password>3333</password>
   20:       <mode></mode>
   21:     </database>
   22:   </destination>
   23: </convert>

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