[DB-SIG] SQLServer 2005

M.-A. Lemburg mal at egenix.com
Wed Feb 4 21:59:21 CET 2009


On 2009-02-04 20:19, wtr_web wrote:
> Hello!
> I need to access a SQLServer 2005 by creating, reading and writing by a
> single thread/single user.
> Has anybody experience with some openSrc SW? There are quite large
> amounts of data involved (around a million
> rows in some tables).
> I have only used Oracle-access myself.

mxODBC will allow you to access SQL Server 2005 without problems,
from Windows and Unix:

    http://www.egenix.com/products/python/mxODBC/

If your client application runs on Linux, Mac OS X or other more
exotic platforms, you may also want to have a look at mxODBC
Connect, which uses a client-server approach to database
connectivity:

    http://www.egenix.com/products/python/mxODBCConnect/

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Feb 04 2009)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try our new mxODBC.Connect Python Database Interface for free ! ::::


   eGenix.com Software, Skills and Services GmbH  Pastor-Loeh-Str.48
    D-40764 Langenfeld, Germany. CEO Dipl.-Math. Marc-Andre Lemburg
           Registered at Amtsgericht Duesseldorf: HRB 46611
               http://www.egenix.com/company/contact/


More information about the DB-SIG mailing list