[Tutor] ADO with python 2.6 without additional installs

Christian Witts cwitts at compuscan.co.za
Tue Apr 10 11:23:34 CEST 2012


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 
> having to install the Win32 package?
>
> Any suggestions or even sample code?
>
> *Best regards*
>
> *Roger Bakkestuen*
>
> **
>
> Norwegian Public Roads Administration
>
> Eastern Region – Geodata
>
> *Post adress:*Statens vegvesen Region øst, Postboks 1010, 2605 LILLEHAMMER
>
> *Office adress*: Industrigaten 17, LILLEHAMMER
> *Phone:* +47 61271236 *Mobile:* +47 94833636 *e-mail:* 
> roger.bakkestuen at vegvesen.no <mailto:roger.bakkestuen at vegvesen.no>
> www.vegvesen.no <http://www.vegvesen.no/> *e-mail:* 
> firmapost-ost at vegvesen.no <mailto:firmapost-ost at vegvesen.no>
>
>
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> http://mail.python.org/mailman/listinfo/tutor
You can give PyODBC [1] a try as it does support MS Access [2].

[1] http://code.google.com/p/pyodbc/
[2] http://code.google.com/p/pyodbc/wiki/ConnectionStrings

-- 

Christian Witts
Python Developer
//
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120410/095b0ae8/attachment-0001.html>


More information about the Tutor mailing list