<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>Bluestick.JP 開発メモ &#187; SQLite</title>
	<atom:link href="http://bluestick.jp/tech/index.php/category/sqlite/feed" rel="self" type="application/rss+xml" />
	<link>http://bluestick.jp/tech</link>
	<description></description>
	<lastBuildDate>Mon, 25 Apr 2011 13:32:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/category/sqlite/feed" />
		<item>
		<title>ruby-dbiをさくらインターネット共有サーバにインストールするには</title>
		<link>http://bluestick.jp/tech/index.php/archives/62</link>
		<comments>http://bluestick.jp/tech/index.php/archives/62#comments</comments>
		<pubDate>Fri, 27 Jun 2008 01:02:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[さくらインターネット]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=62</guid>
		<description><![CDATA[http://rubyforge.net/projects/ruby-dbi/からDBIモジュールをダウンロードする。
あらかじめインストールするDBDドライバが使用するDBモジュールは先に入れておく。
mysqlとsq [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/62/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/62" />
	</item>
		<item>
		<title>sqlite3-rubyをさくらインターネット共有サーバにインストールするには</title>
		<link>http://bluestick.jp/tech/index.php/archives/59</link>
		<comments>http://bluestick.jp/tech/index.php/archives/59#comments</comments>
		<pubDate>Thu, 26 Jun 2008 00:24:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[SQLite]]></category>
		<category><![CDATA[さくらインターネット]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=59</guid>
		<description><![CDATA[rubygemsではインストールできなかったのでモジュールをダウンロードして下記を実行。
ruby setup.rb config &#8211;prefix=$HOME/local &#8211;std-ruby=/u [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/59/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/59" />
	</item>
		<item>
		<title>SQLServer, MySQL, SQLiteで自動採番列の結果を取得するには</title>
		<link>http://bluestick.jp/tech/index.php/archives/58</link>
		<comments>http://bluestick.jp/tech/index.php/archives/58#comments</comments>
		<pubDate>Wed, 25 Jun 2008 01:51:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SQLite]]></category>

		<guid isPermaLink="false">http://bluestick.jp/tech/?p=58</guid>
		<description><![CDATA[自動採番列で振られた連番の結果はそれぞれ下記のSQLで取得する。

SQL Server
select SCOPE_IDENTITY()
SQLite 
select last_insert_rowid()
Mysql
 [...]]]></description>
		<wfw:commentRss>http://bluestick.jp/tech/index.php/archives/58/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://bluestick.jp/tech/index.php/archives/58" />
	</item>
	</channel>
</rss>

