<?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/"
	>
<channel>
	<title>Comments on: Connecting Crystal Reports XI Standard to PostgreSQL</title>
	<atom:link href="http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/feed/" rel="self" type="application/rss+xml" />
	<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/</link>
	<description>good good study, day day up</description>
	<pubDate>Wed, 07 Jan 2009 11:47:18 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1-alpha-10188</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: gareth coleman</title>
		<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/comment-page-1/#comment-35281</link>
		<dc:creator>gareth coleman</dc:creator>
		<pubDate>Thu, 14 Aug 2008 17:03:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.synthesyssolutions.com/michael/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/#comment-35281</guid>
		<description>Well Crystal Reports XI wanted me to upgrade to use ODBC but I wanted to Google for a workaround instead! Technique worked like a charm, HOWTO is very useful. To clarify step 3 in case it's not obvious - on my XP sp2 pc the Provider is called "Microsoft OLE DB Provider for ODBC Drivers"

If you create the ODBC connection first, then when you come to making the connection in Crystal you can just pick it from the list. So I would do steps:
1 then 4 then 2 then 3.

Thank you!
Gareth</description>
		<content:encoded><![CDATA[<p>Well Crystal Reports XI wanted me to upgrade to use ODBC but I wanted to Google for a workaround instead! Technique worked like a charm, HOWTO is very useful. To clarify step 3 in case it&#8217;s not obvious - on my XP sp2 pc the Provider is called &#8220;Microsoft OLE DB Provider for ODBC Drivers&#8221;</p>
<p>If you create the ODBC connection first, then when you come to making the connection in Crystal you can just pick it from the list. So I would do steps:<br />
1 then 4 then 2 then 3.</p>
<p>Thank you!<br />
Gareth</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ray</title>
		<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/comment-page-1/#comment-4630</link>
		<dc:creator>Ray</dc:creator>
		<pubDate>Thu, 18 Jan 2007 19:20:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.synthesyssolutions.com/michael/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/#comment-4630</guid>
		<description>Thank you, Thank you, Thank you!!</description>
		<content:encoded><![CDATA[<p>Thank you, Thank you, Thank you!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kosta</title>
		<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/comment-page-1/#comment-2077</link>
		<dc:creator>Kosta</dc:creator>
		<pubDate>Wed, 23 Aug 2006 13:38:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.synthesyssolutions.com/michael/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/#comment-2077</guid>
		<description>Same problem here. Crystal xi developer and having problem with stored procs on postgres. OLE DB for ODBC Drivers works fine.</description>
		<content:encoded><![CDATA[<p>Same problem here. Crystal xi developer and having problem with stored procs on postgres. OLE DB for ODBC Drivers works fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bmais</title>
		<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/comment-page-1/#comment-1730</link>
		<dc:creator>bmais</dc:creator>
		<pubDate>Tue, 18 Jul 2006 02:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.synthesyssolutions.com/michael/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/#comment-1730</guid>
		<description>I have Crystal xi developer and could not connect to a stored procedure using odbc.  I tried your method and it worked like a charm.

THANKS</description>
		<content:encoded><![CDATA[<p>I have Crystal xi developer and could not connect to a stored procedure using odbc.  I tried your method and it worked like a charm.</p>
<p>THANKS</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Schurter</title>
		<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/comment-page-1/#comment-1419</link>
		<dc:creator>Michael Schurter</dc:creator>
		<pubDate>Wed, 14 Jun 2006 15:53:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.synthesyssolutions.com/michael/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/#comment-1419</guid>
		<description>Saranya,

Sorry I don't have Crystal in front of me right now, so I can't write a proper HOWTO.  Here's the basic steps:

1.  Install psqlODBC: http://pgfoundry.org/projects/psqlodbc/
2.  Create a new server connection in Crystal and tell it to use OLEDB
3.  When selecting what type of OLEDB connection, choose Microsoft's OLE-ODBC Connector (I forget the exact name).
4.  Then create a new *ODBC* connection for PostgreSQL and tell the OLEDB to use it.

Sorry for how vague my instructions are, but thats basically how we got it to work.  Microsoft likes to make setting up OLEDB and ODBC connections as difficult and confusing as possible, so just play around a bit.  Just remember:
 Crystal &gt; OLEDB &gt; ODBC (psqlODBC) &gt; PostgreSQL</description>
		<content:encoded><![CDATA[<p>Saranya,</p>
<p>Sorry I don&#8217;t have Crystal in front of me right now, so I can&#8217;t write a proper HOWTO.  Here&#8217;s the basic steps:</p>
<p>1.  Install psqlODBC: <a href="http://pgfoundry.org/projects/psqlodbc/" onclick="javascript:pageTracker._trackPageview('/http://pgfoundry.org/projects/psqlodbc/');" rel="nofollow">http://pgfoundry.org/projects/psqlodbc/</a><br />
2.  Create a new server connection in Crystal and tell it to use OLEDB<br />
3.  When selecting what type of OLEDB connection, choose Microsoft&#8217;s OLE-ODBC Connector (I forget the exact name).<br />
4.  Then create a new *ODBC* connection for PostgreSQL and tell the OLEDB to use it.</p>
<p>Sorry for how vague my instructions are, but thats basically how we got it to work.  Microsoft likes to make setting up OLEDB and ODBC connections as difficult and confusing as possible, so just play around a bit.  Just remember:<br />
 Crystal > OLEDB > ODBC (psqlODBC) > PostgreSQL</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Saranya</title>
		<link>http://michael.susens-schurter.com/blog/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/comment-page-1/#comment-1047</link>
		<dc:creator>Saranya</dc:creator>
		<pubDate>Wed, 07 Jun 2006 20:17:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.synthesyssolutions.com/michael/2006/05/22/connecting-crystal-reports-xi-standard-to-postgresql/#comment-1047</guid>
		<description>Hi,

I am a newbie to Crytal Reports. I am trying to connect Postgresql 8.1.3 to Crystal Reports XI Standard Edition. Can you please outline the steps to achieve this?

Thanks, 
Saranya</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am a newbie to Crytal Reports. I am trying to connect Postgresql 8.1.3 to Crystal Reports XI Standard Edition. Can you please outline the steps to achieve this?</p>
<p>Thanks,<br />
Saranya</p>
]]></content:encoded>
	</item>
</channel>
</rss>
