<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
	<title>jQuery Grid Plugin - jqGrid - Topic: jqgrid for php with mssql</title>
	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-for-php-with-mssql</link>
	<description><![CDATA[Grid plugin]]></description>
	<generator>Simple:Press Version 5.7.5.3</generator>
	<atom:link href="http://www.trirand.com/blog/?page_id=393/help/jqgrid-for-php-with-mssql/rss" rel="self" type="application/rss+xml" />
        <item>
        	<title>sagana on jqgrid for php with mssql</title>
        	<link>http://www.trirand.com/blog/?page_id=393/help/jqgrid-for-php-with-mssql#p26844</link>
        	<category>Help</category>
        	<guid isPermaLink="true">http://www.trirand.com/blog/?page_id=393/help/jqgrid-for-php-with-mssql#p26844</guid>
        	        	<description><![CDATA[<p>I can access mssql data through php using sqlsvr and display it in a table. How would I get this data into a jqgrid.</p>
<p>require_once "../includes/jquery/php/jqGrid.php";<br />require_once "../includes/jquery/php/jqGridPdo.php";</p>
<p>define(&#39;DB_DSN&#39;,&#39;server=localhost;dbname=database&#39;);<br />define(&#39;DB_USER&#39;, &#39;user&#39;);&#160;&#160;&#160;&#160; // Your MySQL username<br />define(&#39;DB_PASSWORD&#39;, &#39;pwd&#39;); // ...and password</p>
<p>$conn = new PDO(DB_DSN,DB_USER,DB_PASSWORD);</p>
<p>The code runs until $conn = new PDO, then nothing happens</p>
</p>
<p>Any guidance would be great thank you.</p>
]]></description>
        	        	<pubDate>Sun, 24 Jun 2012 05:43:52 +0300</pubDate>
        </item>
</channel>
</rss>