<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Database testing using Generic Fixture</title>
	<atom:link href="http://anubhava.wordpress.com/2008/05/07/database-testing-using-generic-fixture/feed/" rel="self" type="application/rss+xml" />
	<link>http://anubhava.wordpress.com/2008/05/07/database-testing-using-generic-fixture/</link>
	<description>Generic Fixture, just a better FitNesse Fixture</description>
	<lastBuildDate>Wed, 28 Oct 2009 16:34:13 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anubhava</title>
		<link>http://anubhava.wordpress.com/2008/05/07/database-testing-using-generic-fixture/#comment-31</link>
		<dc:creator>Anubhava</dc:creator>
		<pubDate>Mon, 07 Jul 2008 22:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://anubhava.wordpress.com/?p=19#comment-31</guid>
		<description>Hi Stuart,

Thanks a lot for posting Oracle 10G related setup instructions. Let me share settings for Sybase 2 driver as well here for the benefits of people using Sybase database.

&#039;&#039;&#039;Load properties&#039;&#039;&#039;
!&#124; Generic Fixture &#124; props=java.util.Properties &#124;
&#124; put &#124; user &#124; db_user &#124;
&#124; put &#124; password &#124; db_user_password &#124;

&#039;&#039;&#039;Load Sybase 2 Driver and connect to the database&#039;&#039;&#039;
!&#124; Generic Fixture &#124; com.sybase.jdbc2.jdbc.SybDriver &#124;
&#124; conn=java.sql.DriverManager.getConnection &#124; jdbc:sybase:Tds:www.example.com:port/db &#124; props= &#124;

Thanks,
Anubhava</description>
		<content:encoded><![CDATA[<p>Hi Stuart,</p>
<p>Thanks a lot for posting Oracle 10G related setup instructions. Let me share settings for Sybase 2 driver as well here for the benefits of people using Sybase database.</p>
<p>&#8221;&#8217;Load properties&#8221;&#8217;<br />
!| Generic Fixture | props=java.util.Properties |<br />
| put | user | db_user |<br />
| put | password | db_user_password |</p>
<p>&#8221;&#8217;Load Sybase 2 Driver and connect to the database&#8221;&#8217;<br />
!| Generic Fixture | com.sybase.jdbc2.jdbc.SybDriver |<br />
| conn=java.sql.DriverManager.getConnection | jdbc:sybase:Tds:www.example.com:port/db | props= |</p>
<p>Thanks,<br />
Anubhava</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stuart Taylor</title>
		<link>http://anubhava.wordpress.com/2008/05/07/database-testing-using-generic-fixture/#comment-30</link>
		<dc:creator>Stuart Taylor</dc:creator>
		<pubDate>Wed, 02 Jul 2008 16:34:05 +0000</pubDate>
		<guid isPermaLink="false">http://anubhava.wordpress.com/?p=19#comment-30</guid>
		<description>Hi anubhava,

I thought i would try using your generic fixture for connecting to the DB. 

However we use Oracle 10G and our connection string details two nodes. I thought i would share this with any other visitors who may use generic fixture and use similar JDBC connection strings.


&#124; Generic Fixture &#124; oracle.jdbc.pool.OracleDataSource &#124;
&#124; setDriverType &#124; thin &#124;
&#124; setURL &#124; jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST =(ADDRESS=(PROTOCOL=TCP)(HOST=node1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=node2)(PORT=1521)))(CONNECT_DATA =(SERVICE_NAME=WEB)))
&#124; setUser &#124; db_user &#124;
&#124; setPassword &#124; db_user_password &#124;
&#124; conn=getConnection &#124;

Thank you,

Stuart.</description>
		<content:encoded><![CDATA[<p>Hi anubhava,</p>
<p>I thought i would try using your generic fixture for connecting to the DB. </p>
<p>However we use Oracle 10G and our connection string details two nodes. I thought i would share this with any other visitors who may use generic fixture and use similar JDBC connection strings.</p>
<p>| Generic Fixture | oracle.jdbc.pool.OracleDataSource |<br />
| setDriverType | thin |<br />
| setURL | jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST =(ADDRESS=(PROTOCOL=TCP)(HOST=node1)(PORT=1521))(ADDRESS=(PROTOCOL=TCP)(HOST=node2)(PORT=1521)))(CONNECT_DATA =(SERVICE_NAME=WEB)))<br />
| setUser | db_user |<br />
| setPassword | db_user_password |<br />
| conn=getConnection |</p>
<p>Thank you,</p>
<p>Stuart.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
