[Tutor] Writing queries to a database

Danny Yoo dyoo@hkn.eecs.berkeley.edu
Fri, 11 Jan 2002 10:10:52 -0800 (PST)


On Fri, 11 Jan 2002, Lloyd Kvam wrote:

> I have been using the mxODBC package.  The license terms on their web
> site have changed, so make sure that fits your needs.  I have been
> quite happy with the package.
>
> Tracy Bost wrote:
> 
> > 
> >  I searched the python.org site, but I guess I'm just missing it.
> > I'm looking for a module that allows python to send queries to a database
> > via odbc and return the results. Thanks for any help in pointing me in the 
> > right direction .


mxODBC can be found here:

    http://www.lemburg.com/files/python/mxODBC.html


You may want to look at:

    http://www.python.org/topics/database/DatabaseAPI-2.0.html

for more information of Python's Database API.  If you have more
questions, please feel free to ask!