Python ODBC Driver Module

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Mark Buch

    Python ODBC Driver Module

    Hi,

    where can i find a freeware python odbc module for windows?

    Thanks - Mark


  • Thomas Heller

    #2
    Re: Python ODBC Driver Module

    "Mark Buch" <mark.buch@t-online.de> writes:
    [color=blue]
    > Hi,
    >
    > where can i find a freeware python odbc module for windows?[/color]

    win32all contains one. It's named odbc, iirc.

    Thomas

    Comment

    • Al Stoltz

      #3
      Re: Python ODBC Driver Module



      On Fri, 30 Jan 2004, Mark Buch wrote:
      [color=blue]
      > Hi,
      >
      > where can i find a freeware python odbc module for windows?[/color]

      ActiveState's distribution of python (ActivePython) comes bundled with a
      bunch of windows only exensions - including an ODBC module.


      Comment

      Working...