<?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: Writing to Access Databases</title>
	<atom:link href="http://psst0101.wordpress.com/2008/07/29/writing-to-access-databases/feed/" rel="self" type="application/rss+xml" />
	<link>http://psst0101.wordpress.com/2008/07/29/writing-to-access-databases/</link>
	<description>Just Trying to Remember and Share What I Learn at Work</description>
	<lastBuildDate>Sat, 19 Dec 2009 05:29:25 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jim Marion</title>
		<link>http://psst0101.wordpress.com/2008/07/29/writing-to-access-databases/#comment-762</link>
		<dc:creator>Jim Marion</dc:creator>
		<pubDate>Thu, 31 Jul 2008 17:22:29 +0000</pubDate>
		<guid isPermaLink="false">http://psst0101.wordpress.com/?p=128#comment-762</guid>
		<description>This is a very good post demonstrating how to use JDBC from PeopleCode. Since you are using a JDBC driver, you don&#039;t actually have to have Microsft Access installed on the app server. You just need to have the JDBC driver in your classpath ($PS_HOME/class or %PS_HOME%\class).

Another alternative is to use JDBC in a Custom Target Connector created using the Integration Broker SDK. A very handy target connector would be a JDBCTargetConnector. The advantage of using Integration Broker over a plain PeopleCode/Java solution is that it would allow you to send the contents of delivered PeopleSoft integration points to a non-PeopleSoft database, like a Microsoft Access database.</description>
		<content:encoded><![CDATA[<p>This is a very good post demonstrating how to use JDBC from PeopleCode. Since you are using a JDBC driver, you don&#8217;t actually have to have Microsft Access installed on the app server. You just need to have the JDBC driver in your classpath ($PS_HOME/class or %PS_HOME%\class).</p>
<p>Another alternative is to use JDBC in a Custom Target Connector created using the Integration Broker SDK. A very handy target connector would be a JDBCTargetConnector. The advantage of using Integration Broker over a plain PeopleCode/Java solution is that it would allow you to send the contents of delivered PeopleSoft integration points to a non-PeopleSoft database, like a Microsoft Access database.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
