Re: Python database access

2006-06-29 Thread vasudevram
Yes, Steve is right. Sorry for the mistake. In my case, I don't use Active Python, I use the vanilla Python for Windows (the .msi installer from python.org) and then immediately install the win32all package, link to which is usually on the same page as the MSI. I do this as a routine, whenever I

Re: Python database access

2006-06-28 Thread Steve Holden
Damjan wrote: The odbc module is part of the Python Standard Library. Since when? Nope, it's a standard part of Mark Hammond's win32all extensions. As such it probably comes with ActivePython for Windows, which many people use as their standard distro. regards Steve -- Steve Holden

Re: Python database access

2006-06-27 Thread Damjan
The odbc module is part of the Python Standard Library. Since when? -- damjan -- http://mail.python.org/mailman/listinfo/python-list

Re: Python database access

2006-06-26 Thread Dave Cook
On 2006-06-26, Serge Orlov [EMAIL PROTECTED] wrote: On 25 Jun 2006 21:19:18 -0700, arvind [EMAIL PROTECTED] wrote: I am going to work on Python 2.4.3 and MSSQL database server on Windows platform. The module you're looking for is the first result if you search python mysql on google or if

Re: Python database access

2006-06-26 Thread defcon8
arvind wrote: Hi all, I am going to work on Python 2.4.3 and MSSQL database server on Windows platform. But I don't know how to make the connectivity or rather which module to import. I searched for the modules in the Python library, but I couldn't find which module to go for. Please

Re: Python database access

2006-06-26 Thread BartlebyScrivener
But I don't know how to make the connectivity or rather which module to import. Try mxODBC http://www.egenix.com/files/python/mxODBC.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Python database access

2006-06-26 Thread vasudevram
The odbc module is part of the Python Standard Library. So you can search for docs on using it in the Python2x.chm help file (or the HTML version of the same docs) that comes with the Windows Python disttribution. Its quite easy to use ODBC from Python, at least for simple tasks like select *

Re: Python database access

2006-06-26 Thread madpython
arvind wrote: Hi all, I am going to work on Python 2.4.3 and MSSQL database server on Windows platform. But I don't know how to make the connectivity or rather which module to import. I searched for the modules in the Python library, but I couldn't find which module to go for. Please help

Python database access

2006-06-25 Thread arvind
Hi all, I am going to work on Python 2.4.3 and MSSQL database server on Windows platform. But I don't know how to make the connectivity or rather which module to import. I searched for the modules in the Python library, but I couldn't find which module to go for. Please help me out! --

Re: Python database access

2006-06-25 Thread Serge Orlov
On 25 Jun 2006 21:19:18 -0700, arvind [EMAIL PROTECTED] wrote: Hi all, I am going to work on Python 2.4.3 and MSSQL database server on Windows platform. But I don't know how to make the connectivity or rather which module to import. I searched for the modules in the Python library, but I