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 (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:postgresql://foxridge/test</url>
      <user>rogo</user>
      <password>3333</password>
      <table name = "agenda" layout = "">
         <select>select * from "agenda"</select>
      </table>
      <table name = "archimedes_authors" layout = "">
         <select>select * from "archimedes_authors"</select>
      </table>
      <table name = "archimedes_facsimiles" layout = "">
         <select>select * from "archimedes_facsimiles"</select>
      </table>
      <table name = "archimedes_textgroups" layout = "">
         <select>select * from "archimedes_textgroups"</select>
      </table>
      <table name = "archimedes_texts" layout = "">
         <select>select * from "archimedes_texts"</select>
      </table>
      <table name = "bib_einstein" layout = "">
         <select>select * from "bib_einstein"</select>
      </table>
      <table name = "bib_projects" layout = "">
         <select>select * from "bib_projects"</select>
      </table>
      <table name = "bibliography" layout = "">
         <select>select * from "bibliography"</select>
      </table>
      <table name = "can_biblio.fp5" layout = "">
         <select>select * from "can_biblio.fp5"</select>
      </table>
      <table name = "current_work" layout = "">
         <select>select * from "current_work"</select>
      </table>
      <table name = "help_personal_www" layout = "">
         <select>select * from "help_personal_www"</select>
      </table>
      <table name = "howtos" layout = "">
         <select>select * from "howtos"</select>
      </table>
      <table name = "personal_www" layout = "">
         <select>select * from "personal_www"</select>
      </table>
      <table name = "projects" layout = "">
         <select>select * from "projects"</select>
      </table>
      <table name = "publications" layout = "">
         <select>select * from "publications"</select>
      </table>
    </database>
  </source>

  <destination>
    <database>
      <url>jdbc:mysql://pythia/test</url>
      <user>hartmut</user>
      <password>electr1c</password>
    </database>
  </destination>
</convert>

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