File:  [Repository] / FM2SQL / Attic / bla.xml
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Thu Sep 22 12:24:30 2005 UTC (18 years, 9 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
synchronize bugs fixed

    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_temp</mode>
   10:       <usenormantounicodemapper>false</usenormantounicodemapper>
   11:   <!--    <table name = "Agenda" layout = "" id = "" indexList ="">
   12:          <select>select * from "Agenda"</select>
   13:       </table>
   14:   -->    
   15:         <table name = "bib_annot" layout = "" id = "ID" targetID="id" indexList ="">
   16:          <select>select * from "bib_annot"</select>
   17:       </table>
   18:     <!--  <table name = "bib_einstein" layout = "" id = "ID" indexList ="">
   19:          <select>select * from "bib_einstein"</select>
   20:       </table>
   21:     -->
   22:     </database>
   23:   </source>
   24: 
   25:   <destination>
   26:     <database>
   27:      <url>jdbc:postgresql://foxridge/test</url>
   28:        <!--
   29:       <url> jdbc:mysql://pythia/Doku</url>
   30:       -->
   31:      
   32:         <user>rogo</user>
   33:       <password>3333</password>
   34:       
   35:       
   36:         <delimiter>//</delimiter>
   37:       <mode></mode>
   38:       <usenormantounicodemapper>false</usenormantounicodemapper>
   39:   <!--        <user>hartmut</user>
   40:       <password>electr1c</password>
   41:      -->
   42:      <!-- 
   43:         <sqlcommand execute="before"> drop table "Blasius";create table "Blasius" 
   44:            ( "title" TEXT, 
   45:                "id" integer, 
   46:                "comment" TEXT, 
   47:                "reference" TEXT, 
   48:                "table" TEXT, 
   49:                "clip" TEXT, 
   50:                "current" TEXT, 
   51:                "tabledisplay" TEXT
   52:              )
   53:           </sqlcommand>
   54:         <sqlcommand execute="after">select * from "Blasius"</sqlcommand>
   55:        </sqlcommands>
   56: -->
   57:     </database>
   58:   </destination>
   59: </convert>

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