<?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/"
	>

<channel>
	<title>Monster Oasis &#187; sqlrelay</title>
	<atom:link href="http://www.monster.com.tw/archives/tag/sqlrelay/feed" rel="self" type="application/rss+xml" />
	<link>http://www.monster.com.tw</link>
	<description>Sky / Ocean / Tree</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:14:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Protected: sqlrelay server install steps</title>
		<link>http://www.monster.com.tw/archives/1929</link>
		<comments>http://www.monster.com.tw/archives/1929#comments</comments>
		<pubDate>Thu, 04 Feb 2010 09:00:21 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[sqlrelay]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1929</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1929/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlrelay sample code / prepare statement / bind value 寫法</title>
		<link>http://www.monster.com.tw/archives/1381</link>
		<comments>http://www.monster.com.tw/archives/1381#comments</comments>
		<pubDate>Mon, 01 Jun 2009 07:08:00 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[Programming/php]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sqlrelay]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1381</guid>
		<description><![CDATA[include dirname(__FILE__) . '/local_config.php'; $__oradb=_fn_connect_sqlrelay(); $__oradb-&#62;setOption('portability', DB_PORTABILITY_LOWERCASE); $sql = ' select g_no,ctrl_rowid,g_storage,g_img from goods_file where g_no=? '; foreach ( $items as $g_no =&#62; $v ) { $prepare = $__oradb-&#62;prepare($sql); $result = $__oradb-&#62;execute($prepare,$g_no); if ( $result ) { $row = $result-&#62;fetchRow(DB_FETCHMODE_ASSOC); $items[ $g_no ]['ctrl_rowid'] = $row['ctrl_rowid']; $items[ $g_no ]['g_storage'] = $row['g_storage']; $items[ $g_no ]['g_img'] = $row['g_img']; [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1381/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: sqlrelay server install / setup / SOP / 設定 / 啟動</title>
		<link>http://www.monster.com.tw/archives/1106</link>
		<comments>http://www.monster.com.tw/archives/1106#comments</comments>
		<pubDate>Sun, 12 Apr 2009 02:40:00 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[JOB]]></category>
		<category><![CDATA[Programming/misc]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sqlrelay]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/1106</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/1106/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sqlrelay : install / settings / history / tunning 方法</title>
		<link>http://www.monster.com.tw/archives/922</link>
		<comments>http://www.monster.com.tw/archives/922#comments</comments>
		<pubDate>Sat, 07 Feb 2009 05:39:12 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[JOB]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[System/Linux/Unix*]]></category>
		<category><![CDATA[sqlrelay]]></category>

		<guid isPermaLink="false">http://www.monster.com.tw/archives/922</guid>
		<description><![CDATA[step1. 裝 sqlrelay 前要先裝 Rudiments 的 library , 現在抓 rudiments 0.32 版. fetch source : http://downloads.sourceforge.net/rudiments/rudiments-0.32.tar.gz?modtime=1231398532&#38;big_mirror=0 configure , make , make install PATH="$PATH:/sbin" ldconfig -n /usr/local/firstworks/lib Libraries have been installed in: /usr/local/firstworks/lib 他有提到幾點 - add LIBDIR to the `LD_LIBRARY_PATH&#8217; environment variable during execution - add LIBDIR to the `LD_RUN_PATH&#8217; environment variable during linking - use [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/922/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>oracle/sqlrelay/php 把 field 的 name 轉成小寫 sample code</title>
		<link>http://www.monster.com.tw/archives/40</link>
		<comments>http://www.monster.com.tw/archives/40#comments</comments>
		<pubDate>Fri, 15 Feb 2008 02:59:49 +0000</pubDate>
		<dc:creator>monster</dc:creator>
				<category><![CDATA[Copy_N_Paste]]></category>
		<category><![CDATA[DATABASE]]></category>
		<category><![CDATA[Programming/php]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[sqlrelay]]></category>

		<guid isPermaLink="false">http://chu.monster.tw:520/b/?p=40</guid>
		<description><![CDATA[// $__oradb->setOption('portability', DB_PORTABILITY_LOWERCASE); require_once "config.php"; require_once "sqlrelay.php"; unset($__config['sqlrelay_dsn']); $__config['sqlrelay_dsn'][]="sqlrelay://xx_id:xx_pass@172.30.0.17:9000"; $sql="select aaa,bbb from xxxx t where g_close_date is null"; $__now=get_microtime(); $__oradb=_fn_connect_sqlrelay(); $__oradb->setOption('portability', DB_PORTABILITY_LOWERCASE); $result = $__oradb->query($sql); if (DB::isError($result)) { echo "db error\n"; printf("Execution time : %s\n",get_microtime()-$__now); exit; } while ( $row=$result->fetchRow(DB_FETCHMODE_ASSOC) ) { // ----- echo $row['aaa'] . ' : ' . $row['bbb']; } $result->free(); $__oradb->disconnect(); [...]]]></description>
		<wfw:commentRss>http://www.monster.com.tw/archives/40/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

