<?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: Zend Framework connection to SQL Server using SqlSrv</title>
	<atom:link href="http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/feed/" rel="self" type="application/rss+xml" />
	<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/</link>
	<description>Developing PHP software in the Real World, by Rob Allen</description>
	<lastBuildDate>Tue, 13 Mar 2012 12:47:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-64048</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 31 May 2011 12:49:28 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-64048</guid>
		<description>Prasath,

Use the SqlSrv driver.

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>Prasath,</p>
<p>Use the SqlSrv driver.</p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: prasanth</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-64044</link>
		<dc:creator>prasanth</dc:creator>
		<pubDate>Tue, 31 May 2011 12:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-64044</guid>
		<description>Hi,

I want to connect SQLSERVER (MSSQL) with zend(MVC).

 when I am trying to connect with PDO_MSSQL getting error like
 &quot;The mssql driver is not there&quot;

Please help me out.

thanks in advance
prasath</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to connect SQLSERVER (MSSQL) with zend(MVC).</p>
<p> when I am trying to connect with PDO_MSSQL getting error like<br />
 "The mssql driver is not there"</p>
<p>Please help me out.</p>
<p>thanks in advance<br />
prasath</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stef</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-62879</link>
		<dc:creator>stef</dc:creator>
		<pubDate>Sat, 21 May 2011 09:34:57 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-62879</guid>
		<description>Old post but still relevant! Very happy I stumbled on this.</description>
		<content:encoded><![CDATA[<p>Old post but still relevant! Very happy I stumbled on this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yannux</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-35952</link>
		<dc:creator>yannux</dc:creator>
		<pubDate>Tue, 29 Jun 2010 09:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-35952</guid>
		<description>Oups, sorry I didn&#039;t see it.

Thanks a lot !</description>
		<content:encoded><![CDATA[<p>Oups, sorry I didn't see it.</p>
<p>Thanks a lot !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-35950</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 29 Jun 2010 09:33:40 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-35950</guid>
		<description>yannux:

&lt;a href=&quot;http://framework.zend.com/manual/en/zend.db.adapter.html#zend.db.adapter.adapter-notes.sqlsrv&quot; rel=&quot;nofollow&quot;&gt;http://framework.zend.com/manual/en/zend.db.adapter.html#zend.db.adapter.adapter-notes.sqlsrv&lt;/a&gt;

Regards,

Rob...</description>
		<content:encoded><![CDATA[<p>yannux:</p>
<p><a href="http://framework.zend.com/manual/en/zend.db.adapter.html#zend.db.adapter.adapter-notes.sqlsrv" rel="nofollow">http://framework.zend.com/manual/en/zend.db.adapter.html#zend.db.adapter.adapter-notes.sqlsrv</a></p>
<p>Regards,</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: yannux</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-35949</link>
		<dc:creator>yannux</dc:creator>
		<pubDate>Tue, 29 Jun 2010 09:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-35949</guid>
		<description>Hi Rob,

What&#039;s about this adapter ? I don&#039;t find it on Zend Framework documentation.</description>
		<content:encoded><![CDATA[<p>Hi Rob,</p>
<p>What's about this adapter ? I don't find it on Zend Framework documentation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris B</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-29298</link>
		<dc:creator>Chris B</dc:creator>
		<pubDate>Tue, 24 Nov 2009 20:32:04 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-29298</guid>
		<description>Thanks Rob! That&#039;ll save me some time from trying. :)</description>
		<content:encoded><![CDATA[<p>Thanks Rob! That'll save me some time from trying. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob...</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-29296</link>
		<dc:creator>Rob...</dc:creator>
		<pubDate>Tue, 24 Nov 2009 19:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-29296</guid>
		<description>Hi Chris,

The Sqlsrv driver is Windows only. I have no idea how to connect to SQL Server from a non-Windows machine. Sorry.

Rob...</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>The Sqlsrv driver is Windows only. I have no idea how to connect to SQL Server from a non-Windows machine. Sorry.</p>
<p>Rob...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris B</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-29294</link>
		<dc:creator>Chris B</dc:creator>
		<pubDate>Tue, 24 Nov 2009 19:03:46 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-29294</guid>
		<description>So I&#039;m trying to connect from ZF running on XAMP on OS X to sql server running on a server.  Can I use sqlsrv at all on OS? Or does it only work on a windows machine?  Thanks if you can help!
-chris</description>
		<content:encoded><![CDATA[<p>So I'm trying to connect from ZF running on XAMP on OS X to sql server running on a server.  Can I use sqlsrv at all on OS? Or does it only work on a windows machine?  Thanks if you can help!<br />
-chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bain</title>
		<link>http://akrabat.com/winphp-challenge/zend-framework-connection-to-sql-server-using-sqlsrv/#comment-27817</link>
		<dc:creator>Paul Bain</dc:creator>
		<pubDate>Fri, 03 Jul 2009 14:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://akrabat.com/?p=636#comment-27817</guid>
		<description>I wish I had read this post 7 days ago! I&#039;ve had so many problems with MS SQL and PHP!</description>
		<content:encoded><![CDATA[<p>I wish I had read this post 7 days ago! I've had so many problems with MS SQL and PHP!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

