[sqlalchemy] SQLAlchemy and DBFs

2011-06-21 Thread David Marsh
I'm trying to get SQAlchemy to connect to a collection of DBFs and I'm having some difficulty. If I use pyodbc, I can connect and extract data using the following connection string: 'Driver={Microsoft dBASE Driver (*.dbf)};DriverID=277;Dbq=C:\\path\\to\ \dbfs;' I'm having trouble translating

Re: [sqlalchemy] SQLAlchemy and DBFs

2011-06-21 Thread Michael Bayer
On Jun 21, 2011, at 10:25 AM, David Marsh wrote: I'm trying to get SQAlchemy to connect to a collection of DBFs and I'm having some difficulty. If I use pyodbc, I can connect and extract data using the following connection string: 'Driver={Microsoft dBASE Driver

Re: [sqlalchemy] SQLAlchemy and DBFs

2011-06-21 Thread Filip Zyzniewski - Tefnet
Hi, Dnia 2011-06-21, wto o godzinie 07:25 -0700, David Marsh pisze: I'm trying to get SQAlchemy to connect to a collection of DBFs and I'm having some difficulty. If I use pyodbc, I can connect and extract data using the following connection string: 'Driver={Microsoft dBASE Driver