Re: [Tutor] ADO with python 2.6 without additional installs

2012-04-10 Thread Alan Gauld
On 10/04/12 10:13, Bakkestuen Roger wrote: Is there a way to access and query trough for instance ADO without having to install the Win32 package? Yes, you can use ctypes to access the Microsoft DLL functions and Win32 API directly. But thats going to be non trivial and probably painful! Th

Re: [Tutor] ADO with python 2.6 without additional installs

2012-04-10 Thread bob gailer
Please always reply-all so a copy goes to the list On 4/10/2012 5:13 AM, Bakkestuen Roger wrote: Hi I'm struggling with finding a way to access and query an MSAccess base in an organisation with a very standardised environment. I gather from your other comments this means no installing of

Re: [Tutor] ADO with python 2.6 without additional installs

2012-04-10 Thread Christian Witts
.no> --- *Fra:*Christian Witts [mailto:cwi...@compuscan.co.za] *Sendt:* 10. april 2012 11:24 *Til:* Bakkestuen Roger *Kopi:* tutor@python.org *Emne:* Re: [Tutor] ADO with python 2.6 w

Re: [Tutor] ADO with python 2.6 without additional installs

2012-04-10 Thread Christian Witts
On 2012/04/10 11:13 AM, Bakkestuen Roger wrote: Hi I’m struggling with finding a way to access and query an MSAccess base in an organisation with a very standardised environment. Python 2.6 is available and Office 2010. Is there a way to access and query trough for instance ADO without hav

[Tutor] ADO with python 2.6 without additional installs

2012-04-10 Thread Bakkestuen Roger
Hi I'm struggling with finding a way to access and query an MSAccess base in an organisation with a very standardised environment. Python 2.6 is available and Office 2010. Is there a way to access and query trough for instance ADO without having to install the Win32 package? Any suggestions or e