File:  [Repository] / FM2SQL / samples / test3.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>
      <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 = "Related texts">
         <select>select * from "archimedes_textgroups"</select>
         <create>           CREATE TABLE `archimedes_textgroups`
             ( `code_locked` TEXT, 
               `designation` TEXT, 
               `short_designation` TEXT, 
               `description` TEXT, 
               `texts_author` TEXT, 
               `texts_date` TEXT, 
               `texts_title` TEXT, 
               `texts_milestones_repository` TEXT, 
               `facsimile_author` TEXT, 
               `facsimile_date` TEXT, 
               `facsimile_title` TEXT, 
               `facsimile_milestones_repository` TEXT
             )         </create>
      </table>
      <table name = "bib_projects" layout = "">
         <select>select * from "bib_projects"</select>
      </table>
      <table name = "bib_sources" layout = "">
         <select>select * from "bib_sources"</select>
      </table>
      <table name = "bib_status" layout = "">
         <select>select * from "bib_status"</select>
      </table>
      <table name = "CAN-BIBLIO.FP5" layout = "">
         <select>select * from "CAN-BIBLIO.FP5"</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>