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 procedures.
>>
>> Didn't discover any of these.
>>
> Maybe things have changes since I last used adodbapi - can you actually
> run stored procedures now?

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 rollback.

-- 
Jarek Zgoda
http://jpa.berlios.de/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to