king kikapu wrote:
> Hi to all,
> 
> is there a way to use an RDBMS (in my case, SQL Server) from Python by
> using some built-in module of the language (v. 2.5) and through ODBC ??
> I saw some samples that use statements like "import dbi" or "import
> odbc" but neither modules (dbi, odbc) are present on my system...
> 
> Any hint(s) ??
> 
> Thanks in advance
> 
Hey there,

Take a look at this:
http://www.python.org/doc/topics/database/

Cheers,

-- 
mph
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to