[DB-SIG] What To Import???

Chris Cogdon chris at cogdon.org
Fri Oct 15 01:09:22 CEST 2004


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



More information about the DB-SIG mailing list