Ganesh, I just had to tackle the same problem in a django project. I'm sure this isn't the best solution but it works if you don't have access to a Windows machine. Download and install the mdb-tools package: http://mdbtools.sourceforge.net/ In my app I run the mdb-export program from python and save the output to csv files. I then use python's csv libraries to read in and manipulate the data and save it in the correct format using the django models API.
-Garrett On Sun, Jun 8, 2008 at 10:54 AM, M.Ganesh <[EMAIL PROTECTED]> wrote: > > Hi All, > > I am looking for tools/methods to read(if possible also write) data from > .mdb files which are copied into my linux box with python. I require > this for coercing existing legacy data into MySQL with some change in > the data structure. The ultimate aim is to replace an application > developed in VB with django > > Thanks in advance > Regards Ganesh > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---