Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
3answers
720 views

Is there a replacement for mdbtools?

I'm using mdbtools' SQL functionality to connect to an .mdb file on linux. Mdbtools is still beta and hasn't been updated since 2007, many features like sufficient SQL support aren't available yet. ...
1
vote
0answers
146 views

Read MS Access JET 4 database (.mdb) using python and unixODBC on Ubuntu 11.10: getting bad values

I'm having some problems trying to read a Microsoft Access database (JET 4 .mdb) using Python 2.7.2 (unixODBC 2.2.14, pyodbc 2.1.11 and the mdbtools driver) on Ubuntu 11.10 32-bit. Yes, I know it is ...
1
vote
1answer
102 views

Do Microsoft Access backup files have a proprietary format?

A client of mine somehow had his site lost/hacked/destroyed by gnomes and I have the "fun" job of restoring it for him from a backup. It uses a combination of ColdFusion and Microsoft Access (yuck!). ...
0
votes
2answers
979 views

Migrating MS Access data to MySQL: character encoding issues

We have an MS Access .mdb file produced, I think, by an Access 2000 database. I am trying to export a table to SQL with mdbtools, using this command: mdb-export -S -X \\ -I orig.mdb Reviewer > ...
0
votes
2answers
708 views

Can I make a DSN-less connection using pyodbc and mdbtools?

I've tried the following: >>> import pyodbc >>> cnxn = pyodbc.connect(Driver="MDB", database="SohabeD51.mdb") pyodbc.Error: ('08001', '[08001] [unixODBC]Could not find DSN in ...