File:  [Repository] / FM2SQL / Attic / bla.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 16 09:45:58 2004 UTC (19 years, 11 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
debug parameter

    1: <?xml version="1.0" encoding="UTF-8"?>
    2: <convert>
    3:   <source>
    4:     <database>
    5:       <url>jdbc:fmpro:http://141.14.237.74:8050</url>
    6:       <user>rogo</user>
    7:       <password>3333</password>
    8:       <table name = "archimedes_textgroups" layout = "Related texts">
    9:          <select>select * from "archimedes_textgroups"</select>
   10:       </table>
   11:     </database>
   12:   </source>
   13: 
   14:   <destination>
   15:     <database>
   16:       <url>jdbc:postgresql://foxridge/test</url>
   17:       <user>rogo</user>
   18:       <password>3333</password>
   19:     </database>
   20:   </destination>
   21: </convert>

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