SQL SERVER : how to access it from Python

could ildg could.net at gmail.com
Tue Sep 13 22:01:02 EDT 2005


Use ADO.
If you ever used vb, using ado in py is just the same.
If you don't know about ado, you can refer to this url:
http://www.mayukhbose.com/python/ado/what-is-ado.php

On 9/14/05, Chavez Gutierrez, Freddy <fchavez at intercorp.com.pe> wrote:
> 
> Hi all. I like to access a SQL SERVER from a Python 2.4 script running on 
> WinXP. 
> I need to run store procedures and to query some tables. 
> Where should I start to investigate this topic? 
> Thanks for your help. 
> 
> Regards, 
> Freddy Chavez. 
> 
> --
> http://mail.python.org/mailman/listinfo/python-list
> 
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20050914/b7348da6/attachment.html>


More information about the Python-list mailing list