File:  [Repository] / FM2SQL / Attic / bla.xml
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Fri Mar 18 13:31:09 2005 UTC (19 years, 3 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
pre/postSQlCommands implemented

    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:       <delimiter>|</delimiter>
    9:       <mode>convert</mode>
   10:       <usenormantounicodemapper>false</usenormantounicodemapper>
   11:       <sqlcommands> 
   12:         <sqlcommand execute="before">select * from "Agenda"</sqlcommand>
   13:         <sqlcommand execute="after">select * from "Agenda"</sqlcommand>
   14:        </sqlcommands>
   15:       <table name = "Agenda" layout = "" id = "" indexList ="">
   16:          <select>select * from "Agenda"</select>
   17:       </table>
   18:       <table name = "bib_annot" layout = "" id = "ID" indexList ="">
   19:          <select>select * from "bib_annot"</select>
   20:       </table>
   21:       <table name = "bib_einstein" layout = "" id = "ID" indexList ="">
   22:          <select>select * from "bib_einstein"</select>
   23:       </table>
   24:     </database>
   25:   </source>
   26: 
   27:   <destination>
   28:     <database>
   29:       <url>jdbc:postgresql://foxridge/test</url>
   30:       <user>rogo</user>
   31:       <password>3333</password>
   32:       <delimiter>//</delimiter>
   33:       <mode></mode>
   34:       <usenormantounicodemapper>false</usenormantounicodemapper>
   35:       <sqlcommands> 
   36:         <sqlcommand execute="before">select * from "Agenda"</sqlcommand>
   37:         <sqlcommand execute="after">select * from "Agenda"</sqlcommand>
   38:        </sqlcommands>
   39: 
   40:     </database>
   41:   </destination>
   42: </convert>

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