DB API for ADO/DAO?

Wilk wilk-spamout at flibuste.net
Tue Apr 15 05:47:00 EDT 2003


john.burton at jbmail.com (John Burton) writes:

> I want to be use an .MDB database from a python application on
> windows.
> 
> The problem with odbc is that you need to manually set up data sources
> using the control panel which isn't something I want the users to have
> to do.
> 
> So I'm using DAO via com to access the database and it's working fine
> except that I have to use the DAO com api instead of the standard
> python api. So I was wondering if there is a suitable DB API wrapper
> for DAO or ADO I can use? Or a better solution to my problem?

http://adodbapi.sourceforge.net/

-- 
William Dode - http://flibuste.net




More information about the Python-list mailing list