[Tutor] ADO with python 2.6 without additional installs

Alan Gauld alan.gauld at btinternet.com
Tue Apr 10 18:29:33 CEST 2012


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!

There is a ctypes mailing list/forum who may have people who can help.

-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/



More information about the Tutor mailing list