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

<?xml version="1.0" encoding="UTF-8"?>
<convert>

<source> 
<database>
<url> jdbc:fmpro:http://pythia.mpiwg-berlin.mpg.de:8050</url>
<user> rogo </user>
<password> prince </password>


<table name="VL-Images" layout="sql_export">
<select> select * from "VL-Images" where complete = 1 order by ID </select>
</table> 

<table name="VL-People" layout="sql_export">
<select> select * from "VL-People" where complete = 'yes' order by name </select>
</table> 

<table name="VL-Literature" layout="sql_export">
<select> select * from "VL-Literature" where authorization = 1 order by Author </select>
</table> 

</database>

</source>
 
<destination>

<database>
<url> jdbc:postgresql://xserve02/vlpData/ </url>
<user> admin</user>
<password> wa55er</password>
</database>
</destination>
</convert>

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