[DB-SIG] SQLServer 2005
Lukasz Szybalski
szybalski at gmail.com
Thu Feb 5 06:25:11 CET 2009
On Wed, Feb 4, 2009 at 1:19 PM, wtr_web <wtr_web at wtresearch.de> 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.
open source: (works on all linux,windows, should work on mac but I
have not tried it)
pyodbc, ceodbc
(http://lucasmanual.com/mywiki/PythonManual#head-0bda5a45da288aa375abc15836781703923a6a3f
)
sqlalchemy (which uses pyodbc or pymssql)
Lucas
>
> Thank you!
>
> wolfgang teschner
> _______________________________________________
> DB-SIG maillist - DB-SIG at python.org
> http://mail.python.org/mailman/listinfo/db-sig
>
--
How to create python package?
http://lucasmanual.com/mywiki/PythonPaste
Bazaar and Launchpad
http://lucasmanual.com/mywiki/Bazaar
More information about the DB-SIG
mailing list