Is there any way to read and query data from Microsoft Access?
Actually, i had anapplication which build using Python, wxPython, NumArray and etc. Now i need to find a way to retrieve data from Microsoft Access to display it on my application's interface (drop down menu etc).
I have found 2 ways:
1) Using Mark Hammond's PyWin32
2) Using mxODBC
I read some material related to it and i decided to use PyWin32 since it's free. But i don't know where i should start from.
Could any one help me on this?
Thanks. =)
I really like that a new member has provided a working solution. That's what makes this site great!
I've been using mxODBC for about a year now. I just discovered that it is no longer free. This situaltion makes the win32com.client option very attractive. But since you already have mx, you just need to set up a DataSource in you Windows control panel and import the Windows ODBC from mx. There are many examples using wxPython in the Articles section.
Keep in touch,
Barton