[DB-SIG] Python and FoxPro.

M.-A. Lemburg mal@lemburg.com
Wed, 30 May 2001 09:21:49 +0200


> Luis Leonel Lopez wrote:
> 
> Dear friends,
> 
> I'd want to use Python with FoxPro (exactly Visual FoxPro 5.0). What should I do?

I think that the Microsoft MDAC suite (see their web-site) includes
an ODBC driver for FoxPro. You can then either use the win32all odbc
module or mxODBC (see the link Python Software below) to access
FoxPro using this driver.

-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Software:                        http://www.lemburg.com/python/