File:  [Repository] / MPIWGWeb / updateSQL / personalwww.xml
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Oct 14 07:49:23 2004 UTC (19 years, 8 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
new fm-jar, update should work now

    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>dwinter</user>
    7:       <password>e1nste1n</password>
    8:       <delimiter></delimiter>
    9:       <mode>update</mode>
   10:       <usenormantounicodemapper>false</usenormantounicodemapper>
   11:       <table name = "Bibliography" layout = "" id = "ID" indexList ="">
   12:          <select>select * from "Bibliography"</select>
   13:       </table>
   14:       <table name = "current_work" layout = "" id = "rec_id" indexList ="">
   15:          <select>select * from "current_work"</select>
   16:       </table>
   17:       <table name = "personal-www" layout = "" id = "ID" indexList ="">
   18:          <select>select * from "personal-www"</select>
   19:       </table>
   20:       <table name = "projects" layout = "" id = "rec_ID" indexList ="">
   21:          <select>select * from "projects"</select>
   22:       </table>
   23:       <table name = "publications" layout = "" id = "rec_ID" indexList ="">
   24:          <select>select * from "publications"</select>
   25:       </table>
   26:       <table name = "research_interest" layout = "" id = "rec_ID" indexList ="">
   27:          <select>select * from "research_interest"</select>
   28:       </table>
   29:       <table name = "talks" layout = "" id = "rec_ID" indexList ="">
   30:          <select>select * from "talks"</select>
   31:       </table>
   32:       <table name = "teaching" layout = "" id = "rec_ID" indexList ="">
   33:          <select>select * from "teaching"</select>
   34:       </table>
   35:     </database>
   36:   </source>
   37: 
   38:   <destination>
   39:     <database>
   40:       <url>jdbc:postgresql://xserve02.mpiwg-berlin.mpg.de/personalwww</url>
   41:       <user>dwinter</user>
   42:       <password>3333</password>
   43:       <delimiter>//</delimiter>
   44:       <mode></mode>
   45:       <usenormantounicodemapper>false</usenormantounicodemapper>
   46:     </database>
   47:   </destination>
   48: </convert>

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