Re: Anything available that can read Microsoft .MDB files from Python?
- From: John Nagle <nagle@xxxxxxxxxxx>
- Date: Mon, 19 Mar 2007 21:55:24 GMT
Steve Holden wrote:
Terry Reedy wrote:
<kyosohma@xxxxxxxxx> wrote in message news:1174334517.125928.274140@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxI seem to remember I actually managed to open an MDB file with the Open Office database component (but that was on Windows, so I can't guarantee it will work on Linux).
| I've read .MDB files using ODBC. I don't know how big your files are,
| but I had a file with almost 3000 rows and I was able to fetch it in
| 1-2 seconds. If you want to give it whirl, you just need to create an
| ODBC connection and then do the following:
I'll just mention that OpenOffice.org Base can make ODBC connections and output in several formats. Don't know if their ODBC works with .MDB.
That works fine on Windows, because OpenOffice can use Jet, the Access engine. Don't know if it would work on Linux. Probably not.
I need to read about 10,000,000 records, and running them through an
OpenOffice spread*** probably isn't a good approach. There are quite
a few tools for dealing with small Microsoft Access databases in memory, but
they don't scale.
MDBtools would be the right answer, if it worked. I have some questions
out on the MDBtools forum, trying to work around some build problems.
MDBtools hasn't had a release in three years, and it won't build with
Fedora Core 6.
John Nagle
.
- References:
- Anything available that can read Microsoft .MDB files from Python?
- From: John Nagle
- Re: Anything available that can read Microsoft .MDB files from Python?
- From: Diez B. Roggisch
- Re: Anything available that can read Microsoft .MDB files from Python?
- From: John Nagle
- Re: Anything available that can read Microsoft .MDB files from Python?
- From: kyosohma
- Re: Anything available that can read Microsoft .MDB files from Python?
- From: Steve Holden
- Anything available that can read Microsoft .MDB files from Python?
- Prev by Date: Re: Anything available that can read Microsoft .MDB files from Python?
- Next by Date: Re: Private data
- Previous by thread: Re: Anything available that can read Microsoft .MDB files from Python?
- Next by thread: Re: Anything available that can read Microsoft .MDB files from Python?
- Index(es):