On 12/28/06, Martin P. Hellwig <[EMAIL PROTECTED]> wrote: > king kikapu wrote: > > Hey Martin, > > > > thanks for the fast reply! > > > > I have already seen that link and i just downloaded the pyodbc module > > but isn't Python already containing a "built-in" odbc module so to > > allow for db communication ?? > > > <cut> > Not that I'm aware of, but it is possible to do odbc with the win32 > extensions which are commonly installed on windows machines, perhaps > you've seen something like that? >
Yes, but you don't want to. Use pyodbc (or adodbapi, if you're windows only) and save yourself the trouble. -- http://mail.python.org/mailman/listinfo/python-list