<?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 for Kipb7's Weblog</title>
	<atom:link href="http://kipb7.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://kipb7.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 19 Nov 2009 18:07:39 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Pylons, SQLAlchemy by TallPaul</title>
		<link>http://kipb7.wordpress.com/2008/03/14/pylons-sqlalchemy/#comment-15</link>
		<dc:creator>TallPaul</dc:creator>
		<pubDate>Thu, 19 Nov 2009 18:07:39 +0000</pubDate>
		<guid isPermaLink="false">http://kipb7.wordpress.com/?p=5#comment-15</guid>
		<description>I tried sqlautocode as well against SQL Server and got the same &quot;“It seems that this dialect does not support indexes!” error. Tried it with SQL Server Native Client 9.0 and 10.0, SQL Server 2005 and 2008. No good. Tried it with DataDirect&#039;s ODBC driver (looks like a goond one, but not free): also no good, although the error here was that the cursor was closed. Wrote the sqlautocode developer and he doesn&#039;t do work on SQL Server but he&#039;s trying to help out as he can. It does generate the Tables etc and the foreign keys, so it&#039;s worth it from that standpoint! And for free you can&#039;t beat it! :-)
Paul</description>
		<content:encoded><![CDATA[<p>I tried sqlautocode as well against SQL Server and got the same &#8220;“It seems that this dialect does not support indexes!” error. Tried it with SQL Server Native Client 9.0 and 10.0, SQL Server 2005 and 2008. No good. Tried it with DataDirect&#8217;s ODBC driver (looks like a goond one, but not free): also no good, although the error here was that the cursor was closed. Wrote the sqlautocode developer and he doesn&#8217;t do work on SQL Server but he&#8217;s trying to help out as he can. It does generate the Tables etc and the foreign keys, so it&#8217;s worth it from that standpoint! And for free you can&#8217;t beat it! <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PyODBC, UnixODBC, FreeTDS &#8211; config by Lucas</title>
		<link>http://kipb7.wordpress.com/2008/06/12/pyodbc-unixodbc-freetds-config/#comment-13</link>
		<dc:creator>Lucas</dc:creator>
		<pubDate>Fri, 14 Nov 2008 15:39:09 +0000</pubDate>
		<guid isPermaLink="false">http://kipb7.wordpress.com/?p=12#comment-13</guid>
		<description>First of all:
Here is how you setup unixodbc
http://lucasmanual.com/mywiki/unixODBC

As far as sqlalchemy is concerned you need to do the following:
sqlalchemy.dburi=&quot;mssql://username:password@hostname:1433/databasename?driver=TDS&amp;odbc_options=&#039;TDS_Version=8.0&#039;&quot;

here is the link
http://lucasmanual.com/mywiki/TurboGears#head-ba9ca40b52c72821f15d2edef61154e0172656b0</description>
		<content:encoded><![CDATA[<p>First of all:<br />
Here is how you setup unixodbc<br />
<a href="http://lucasmanual.com/mywiki/unixODBC" rel="nofollow">http://lucasmanual.com/mywiki/unixODBC</a></p>
<p>As far as sqlalchemy is concerned you need to do the following:<br />
sqlalchemy.dburi=&#8221;mssql://username:password@hostname:1433/databasename?driver=TDS&amp;odbc_options=&#8217;TDS_Version=8.0&#8242;&#8221;</p>
<p>here is the link<br />
<a href="http://lucasmanual.com/mywiki/TurboGears#head-ba9ca40b52c72821f15d2edef61154e0172656b0" rel="nofollow">http://lucasmanual.com/mywiki/TurboGears#head-ba9ca40b52c72821f15d2edef61154e0172656b0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PyODBC, UnixODBC, FreeTDS &#8211; config by Jon Finch</title>
		<link>http://kipb7.wordpress.com/2008/06/12/pyodbc-unixodbc-freetds-config/#comment-12</link>
		<dc:creator>Jon Finch</dc:creator>
		<pubDate>Sun, 20 Jul 2008 16:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://kipb7.wordpress.com/?p=12#comment-12</guid>
		<description>Thank for this, it was very useful - if only everyone using open source were so generous and shared they&#039;re experiences!

The only thing I would add is if your pyodbc test fails with an error like:

File &quot;&quot;, line 1, in ?
: (&#039;IM002&#039;, &#039;[IM002] [unixODBC][Driver Manager]Data
source name not found, and no default driver specified (0)&#039;)

...you might have to copy /usr/local/etc/odbc.ini to /etc/odbc.ini
and /usr/local/etc/odbcinst.ini to /etc/odbcinst.ini

(at least this was my experience, possibly because unixODBC was already installed with my linux distribution)</description>
		<content:encoded><![CDATA[<p>Thank for this, it was very useful &#8211; if only everyone using open source were so generous and shared they&#8217;re experiences!</p>
<p>The only thing I would add is if your pyodbc test fails with an error like:</p>
<p>File &#8220;&#8221;, line 1, in ?<br />
: (&#8216;IM002&#8242;, &#8216;[IM002] [unixODBC][Driver Manager]Data<br />
source name not found, and no default driver specified (0)&#8217;)</p>
<p>&#8230;you might have to copy /usr/local/etc/odbc.ini to /etc/odbc.ini<br />
and /usr/local/etc/odbcinst.ini to /etc/odbcinst.ini</p>
<p>(at least this was my experience, possibly because unixODBC was already installed with my linux distribution)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
