File:  [Repository] / FM2SQL / samples / bla.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://141.14.237.74:8050</url>
      <user>rogo</user>
      <password>3333</password>
      <delimiter>|</delimiter>
      <mode>convert_temp</mode>
      <usenormantounicodemapper>false</usenormantounicodemapper>
  <!--    <table name = "Agenda" layout = "" id = "" indexList ="">
         <select>select * from "Agenda"</select>
      </table>
  -->    
        <table name = "bib_annot" layout = "" id = "ID" targetID="id" indexList ="">
         <select>select * from "bib_annot"</select>
      </table>
    <!--  <table name = "bib_einstein" layout = "" id = "ID" indexList ="">
         <select>select * from "bib_einstein"</select>
      </table>
    -->
    </database>
  </source>

  <destination>
    <database>
     <url>jdbc:postgresql://foxridge/test</url>
       <!--
      <url> jdbc:mysql://pythia/Doku</url>
      -->
     
        <user>rogo</user>
      <password>3333</password>
      
      
        <delimiter>//</delimiter>
      <mode></mode>
      <usenormantounicodemapper>false</usenormantounicodemapper>
  <!--        <user>hartmut</user>
      <password>electr1c</password>
     -->
     <!-- 
        <sqlcommand execute="before"> drop table "Blasius";create table "Blasius" 
           ( "title" TEXT, 
               "id" integer, 
               "comment" TEXT, 
               "reference" TEXT, 
               "table" TEXT, 
               "clip" TEXT, 
               "current" TEXT, 
               "tabledisplay" TEXT
             )
          </sqlcommand>
        <sqlcommand execute="after">select * from "Blasius"</sqlcommand>
       </sqlcommands>
-->
    </database>
  </destination>
</convert>

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