[DB-SIG] What To Import???
Peter Mott
peter at monicol.co.uk
Fri Oct 15 11:36:19 CEST 2004
mxODBC is at www.egenix.com. It is commercial I think. There is an old ODBC
module part of the win32 extensions that Mark Hammond made. It is available
from the Python site along with the language downloads. I don't know of any
other ODBC interfaces.
Peter
> -----Original Message-----
> From: db-sig-bounces at python.org [mailto:db-sig-bounces at python.org] On
> Behalf Of Chris Cogdon
> Sent: 15 October 2004 00:09
> To: Doug Helm
> Cc: db-sig at python.org
> Subject: Re: [DB-SIG] What To Import???
>
>
> On Oct 11, 2004, at 21:23, Doug Helm wrote:
>
> > Once I get the proper module installed, everything seems pretty
> > familiar (i.e. I know what to do with connection and cursor objects).
> > But, what do I import in order to gain access to those fine objects???
> >
> > Confused (and surprised that there isn't a ton of information on this
> > subject)...
>
> The name of the module to import will depend on the particular package
> that you've installed. Refer to the package's documentation.
>
> I don't use windows myself, but I do know that one of the packages uses
> a module called mxODBC. Eg:
>
> import mxODBC
>
> db = mxODBC.connect ( .... )
>
>
> --
> ("`-/")_.-'"``-._ Chris Cogdon <chris at cogdon.org>
> . . `; -._ )-;-,_`)
> (v_,)' _ )`-.\ ``-'
> _.- _..-_/ / ((.'
> ((,.-' ((,/ fL
>
> _______________________________________________
> DB-SIG maillist - DB-SIG at python.org
> http://mail.python.org/mailman/listinfo/db-sig
More information about the DB-SIG
mailing list