Example using MS Access with Python Win32 extensions: http://starship.python.net/crew/bwilk/access.html
Python Programming for Win32 book code can be downloaded from: http://python.net/crew/mhammond/ppw32/ - if I remember correctly it includes some Access code too. Python Win32 extensions includes free ODBC driver, download here: http://sourceforge.net/projects/pywin32/ Also see Win32 Extensions home page and FAQ: http://python.net/crew/mhammond/ >From page: http://www.thescripts.com/forum/thread24363.html "mdbtools: http://mdbtools.sourceforge.net/ provides a unixODBC driver for MS access databases. Install it and mxODBC, then you should be able to create a DSN for the access db, and connect to it using mxODBC" - mdbtools is installable in Linux (like in Ubuntu) and it includes GUI tool for browsing tables. ADOdb for Python can also use MS Access database with mxodbc: http://phplens.com/lens/adodb/adodb-py-docs.htm About reverse engineering Access databases: http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/52267 Access and PostgreSQL/MySQL etc: http://techdocs.postgresql.org - Lauri --- Ed Leafe <[EMAIL PROTECTED]> wrote: > On Jun 12, 2006, at 11:48 AM, Ed Leafe wrote: > > > Right now we don't support Access because we > haven't had anyone > > involved who used Access. Would you be willing to > do some of > > testing/coding? I'd certainly be glad to help you > with this, but I > > have limited Windows access to work with, and do > not have Access > > installed. > > Also, have you used Python to work with Access yet? > If so, what > adapter did you use? > > -- Ed Leafe > -- http://leafe.com > -- http://dabodev.com > > > > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: > http://leafe.com/mailman/listinfo/dabo-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
