<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/xml/tags/database</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 11 Oct 2008 06:09:32 GMT</pubDate>
<item>
<title>(XML) Load CSV data into a database - ejboy</title>
<link>http://snipplr.com/view/2205/load-csv-data-into-a-database/</link>
<description><![CDATA[ <p>This example demonstrates usage of Scriptella ETL Tool to load CSV data into a database table.</p> ]]></description>
<pubDate>Fri, 23 Feb 2007 13:51:21 GMT</pubDate>
<guid>http://snipplr.com/view/2205/load-csv-data-into-a-database/</guid>
</item>
<item>
<title>(XML) Copy table from one database to another - ejboy</title>
<link>http://snipplr.com/view/2204/copy-table-from-one-database-to-another/</link>
<description><![CDATA[ <p>This Scriptella ETL script copies all rows from Src_Table to Dest_Table.
Src_Table contains the following columns: id, first_name, last_name
Dest_Table contains the following columns: id, name
The name column of the Dest_Table is produced by a concatenation of first_name and last_name from the Src_Table
This example demonstrates HSQLDB-To-Oracle copy procedure, although it works between virtually any databases.</p> ]]></description>
<pubDate>Fri, 23 Feb 2007 13:49:49 GMT</pubDate>
<guid>http://snipplr.com/view/2204/copy-table-from-one-database-to-another/</guid>
</item>
<item>
<title>(XML) ETL Script to Insert BLOB from File into a Database - ejboy</title>
<link>http://snipplr.com/view/2203/etl-script-to-insert-blob-from-file-into-a-database/</link>
<description><![CDATA[ <p>Scriptella ETL allows inserting files into a database. This is achieved by a simple bind variables extension syntax ?{file ...}.
The following sample initializes table of music tracks. Each track has a DATA field containing a file loaded from an external location. File song1.mp3 is stored in the same directory as etl.xml and song2.mp3 is loaded from the web:</p> ]]></description>
<pubDate>Fri, 23 Feb 2007 13:46:53 GMT</pubDate>
<guid>http://snipplr.com/view/2203/etl-script-to-insert-blob-from-file-into-a-database/</guid>
</item>
</channel>
</rss>