File:  [Repository] / FM2SQL / Attic / test3.xml
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Aug 16 09:45:58 2004 UTC (19 years, 10 months ago) by rogo
Branches: MAIN
CVS tags: HEAD
debug parameter

    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:       <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 = "Related texts">
   18:          <select>select * from "archimedes_textgroups"</select>
   19:          <create>           CREATE TABLE `archimedes_textgroups`
   20:              ( `code_locked` TEXT, 
   21:                `designation` TEXT, 
   22:                `short_designation` TEXT, 
   23:                `description` TEXT, 
   24:                `texts_author` TEXT, 
   25:                `texts_date` TEXT, 
   26:                `texts_title` TEXT, 
   27:                `texts_milestones_repository` TEXT, 
   28:                `facsimile_author` TEXT, 
   29:                `facsimile_date` TEXT, 
   30:                `facsimile_title` TEXT, 
   31:                `facsimile_milestones_repository` TEXT
   32:              )         </create>
   33:       </table>
   34:       <table name = "bib_projects" layout = "">
   35:          <select>select * from "bib_projects"</select>
   36:       </table>
   37:       <table name = "bib_sources" layout = "">
   38:          <select>select * from "bib_sources"</select>
   39:       </table>
   40:       <table name = "bib_status" layout = "">
   41:          <select>select * from "bib_status"</select>
   42:       </table>
   43:       <table name = "CAN-BIBLIO.FP5" layout = "">
   44:          <select>select * from "CAN-BIBLIO.FP5"</select>
   45:       </table>
   46:     </database>
   47:   </source>
   48: 
   49:   <destination>
   50:     <database>
   51:       <url>jdbc:mysql://pythia/test</url>
   52:       <user>hartmut</user>
   53:       <password>electr1c</password>
   54:     </database>
   55:   </destination>
   56: </convert>

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