Python and SQL Server 2000

Alex Polite m2 at plusseven.com
Fri Jun 14 23:35:06 EDT 2002


I tried to do this a couple of years ago. I think MS SQL Server was
version 6.x 

We used ADO connections via the win32com module. It worked but it was
kind of sluggish. Then to speed things up I wrote a wrapper around bpc
(bulk something something, look it up in the MS SQL manual). I think
we couldn't use mxODBC due to licensing issues. Then in
the end we moved to MySql.

-- 
Alex Polite
http://plusseven.com/gpg/





More information about the Python-list mailing list