File:  [Repository] / FM2SQL / samples / test4.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:postgresql://foxridge/test</url>
    6:       <user>rogo</user>
    7:       <password>3333</password>
    8:       <table name = "agenda" layout = "">
    9:          <select>select * from "agenda"</select>
   10:       </table>
   11:       <table name = "archimedes_authors" layout = "">
   12:          <select>select * from "archimedes_authors"</select>
   13:       </table>
   14:       <table name = "archimedes_facsimiles" layout = "">
   15:          <select>select * from "archimedes_facsimiles"</select>
   16:       </table>
   17:       <table name = "archimedes_textgroups" layout = "">
   18:          <select>select * from "archimedes_textgroups"</select>
   19:       </table>
   20:       <table name = "archimedes_texts" layout = "">
   21:          <select>select * from "archimedes_texts"</select>
   22:       </table>
   23:       <table name = "bib_einstein" layout = "">
   24:          <select>select * from "bib_einstein"</select>
   25:       </table>
   26:       <table name = "bib_projects" layout = "">
   27:          <select>select * from "bib_projects"</select>
   28:       </table>
   29:       <table name = "bibliography" layout = "">
   30:          <select>select * from "bibliography"</select>
   31:       </table>
   32:       <table name = "can_biblio.fp5" layout = "">
   33:          <select>select * from "can_biblio.fp5"</select>
   34:       </table>
   35:       <table name = "current_work" layout = "">
   36:          <select>select * from "current_work"</select>
   37:       </table>
   38:       <table name = "help_personal_www" layout = "">
   39:          <select>select * from "help_personal_www"</select>
   40:       </table>
   41:       <table name = "howtos" layout = "">
   42:          <select>select * from "howtos"</select>
   43:       </table>
   44:       <table name = "personal_www" layout = "">
   45:          <select>select * from "personal_www"</select>
   46:       </table>
   47:       <table name = "projects" layout = "">
   48:          <select>select * from "projects"</select>
   49:       </table>
   50:       <table name = "publications" layout = "">
   51:          <select>select * from "publications"</select>
   52:       </table>
   53:     </database>
   54:   </source>
   55: 
   56:   <destination>
   57:     <database>
   58:       <url>jdbc:mysql://pythia/test</url>
   59:       <user>hartmut</user>
   60:       <password>electr1c</password>
   61:     </database>
   62:   </destination>
   63: </convert>

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