[Tutor] ADO with python 2.6 without additional installs
Christian Witts
cwitts at compuscan.co.za
Tue Apr 10 15:25:47 CEST 2012
On 2012/04/10 03:07 PM, Bakkestuen Roger wrote:
>
> This requires install of pyodbc.
>
> I was looking for modules in std python 2.6 or higher.
>
> Med hilsen
> Roger Bakkestuen
>
> *Telefon:* +47 61271236 *Mobil:* +47 94833636 *e-post:*
> roger.bakkestuen at vegvesen.no <mailto:roger.bakkestuen at vegvesen.no>
>
> ---------------------------------------------------------------------------------------------------------------
>
> *Fra:*Christian Witts [mailto:cwitts at compuscan.co.za]
> *Sendt:* 10. april 2012 11:24
> *Til:* Bakkestuen Roger
> *Kopi:* tutor at python.org
> *Emne:* Re: [Tutor] ADO with python 2.6 without additional installs
>
> 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 <mailto: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
>
Unfortunately the only DB Access that's built into Python is SQLite, for
all other databases you'll need to install 3rd party packages.
--
Christian Witts
Python Developer
//
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120410/444ea3ec/attachment.html>
More information about the Tutor
mailing list