File:  [Repository] / FM2SQL / samples / vlpdb.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://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>