Peter Herndon wrote:
> Two possibilities come to mind.  First, is the Python ADODBAPI module:
>  http://sourceforge.net/projects/adodbapi
>
> Second, as an *extremely* useful tool for this sort of thing, may I
> suggest Navicat for MySQL on Windows?  The Windows version allows you
> to import .mdb files and do data transfers directly into MySQL, with
> some mapping.  It may not afford you the entire power of Python for
> manipulating the data, but it will give you a very nice leg up on the
> process.  Not free, but not too expensive, and there is an evaluation
> version so you can see what it will do for you.
>
> If you need to script data transfers and manipulations for multiple
> runs, then the ADODBAPI module will work well.  For figuring out what
> you need to do, Navicat will be a big help, and if your manipulations
> are not extensive, will possibly be entirely sufficient.  Plus, it
> makes a really nice MySQL admin tool (that being its primary purpose).
>
>   
Thanks Peter, I'll have a look.

Thanks for the pointers

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to