Re: looking for a good python module for MS SQL server

2005-11-02 Thread Jarek Zgoda
Peter Decker napisał(a): >>Things didn't change, as last update to adodbapi was long time ago... I >>had no problems with stored procedures accessed using cursor's execute() >>method (i.e. execute('exec sp_someproc, param')), but I never tried to >>get any results, just call sp and commit or rollb

Re: looking for a good python module for MS SQL server

2005-11-02 Thread Frank Millman
Peter Decker wrote: > On 11/1/05, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > > > Things didn't change, as last update to adodbapi was long time ago... I > > had no problems with stored procedures accessed using cursor's execute() > > method (i.e. execute('exec sp_someproc, param')), but I never trie

Re: looking for a good python module for MS SQL server

2005-11-01 Thread Peter Decker
On 11/1/05, Jarek Zgoda <[EMAIL PROTECTED]> wrote: > Things didn't change, as last update to adodbapi was long time ago... I > had no problems with stored procedures accessed using cursor's execute() > method (i.e. execute('exec sp_someproc, param')), but I never tried to > get any results, just c

Re: looking for a good python module for MS SQL server

2005-11-01 Thread Steve Holden
Jarek Zgoda wrote: > Steve Holden napisał(a): > > >>Does anyone know a good python mudule that works with MS SQL server? > >Google will yield something, but I prefer adodbapi over specialized >modules. Works good with SQLServer using SSPI auth (others rather not). Though

Re: looking for a good python module for MS SQL server

2005-11-01 Thread Jarek Zgoda
Steve Holden napisał(a): > Does anyone know a good python mudule that works with MS SQL server? Google will yield something, but I prefer adodbapi over specialized modules. Works good with SQLServer using SSPI auth (others rather not). >>> >>> Though it does have problems with s

Re: looking for a good python module for MS SQL server

2005-11-01 Thread Steve Holden
Jarek Zgoda wrote: > Steve Holden napisał(a): > > Does anyone know a good python mudule that works with MS SQL server? >>> >>>Google will yield something, but I prefer adodbapi over specialized >>>modules. Works good with SQLServer using SSPI auth (others rather not). >>> >> >>Though it does

Re: looking for a good python module for MS SQL server

2005-11-01 Thread Jarek Zgoda
Steve Holden napisał(a): >>> Does anyone know a good python mudule that works with MS SQL server? >> >> Google will yield something, but I prefer adodbapi over specialized >> modules. Works good with SQLServer using SSPI auth (others rather not). >> > Though it does have problems with stored proce

Re: looking for a good python module for MS SQL server

2005-10-31 Thread Frank Millman
Anat wrote: > Hi, > Does anyone know a good python mudule that works with MS SQL server? > Thanks, > Anat I use the odbc module from pywin32. I believe that it is not 100% DB-API 2.0 compliant, but it works fine for me. It has the advantage that if you have installed pywin32 (which is advisable o

Re: looking for a good python module for MS SQL server

2005-10-31 Thread Grig Gheorghiu
I successfully used mxODBC () Grig -- http://mail.python.org/mailman/listinfo/python-list

Re: looking for a good python module for MS SQL server

2005-10-31 Thread Steve Holden
Jarek Zgoda wrote: > Anat napisał(a): > > >>Does anyone know a good python mudule that works with MS SQL server? > > > Google will yield something, but I prefer adodbapi over specialized > modules. Works good with SQLServer using SSPI auth (others rather not). > Though it does have problems wi

Re: looking for a good python module for MS SQL server

2005-10-31 Thread Brian
I've had good results with adodbapi as well. -- http://mail.python.org/mailman/listinfo/python-list

Re: looking for a good python module for MS SQL server

2005-10-31 Thread Jarek Zgoda
Anat napisał(a): > Does anyone know a good python mudule that works with MS SQL server? Google will yield something, but I prefer adodbapi over specialized modules. Works good with SQLServer using SSPI auth (others rather not). -- Jarek Zgoda http://jpa.berlios.de/ -- http://mail.python.org/ma