Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #7826 > unrolled thread

Re: SQL Server 2008R2 databases via Python 2.7 and Windows XP and higher

Started byTim Golden <mail@timgolden.me.uk>
First post2011-06-17 16:13 +0100
Last post2011-06-17 16:13 +0100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: SQL Server 2008R2 databases via Python 2.7 and Windows XP and higher Tim Golden <mail@timgolden.me.uk> - 2011-06-17 16:13 +0100

#7826 — Re: SQL Server 2008R2 databases via Python 2.7 and Windows XP and higher

FromTim Golden <mail@timgolden.me.uk>
Date2011-06-17 16:13 +0100
SubjectRe: SQL Server 2008R2 databases via Python 2.7 and Windows XP and higher
Message-ID<mailman.74.1308323717.1164.python-list@python.org>
On 17/06/2011 16:01, python@bdurham.com wrote:
> Looking for some real-world advice on what is the best way to access MS
> SQL Server 2008R2 databases via Python 2.7 running under Windows XP,
> Vista, and Windows 7 and Windows Server 2005 and 2008.
> Based on my research, here's my list of choices:
> mxODBC
> http://www.egenix.com/products/python/mxODBC/
> pyOdbc 2.1.8
> http://code.google.com/p/pyodbc
> pyMSSQL 1.02
> http://code.google.com/p/pymssql

I use pyodbc (and have done for some years) without any problems
at all. Barring the one or two issues I've logged which are
being addressed. (grin). We use pretty much exactly the mixture
of platforms you're describing.

TJG

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web