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.bakkest...@vegvesen.no <mailto:roger.bakkest...@vegvesen.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 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.bakkest...@vegvesen.no <mailto:roger.bakkest...@vegvesen.no> www.vegvesen.no <http://www.vegvesen.no/> *e-mail:* firmapost-...@vegvesen.no <mailto:firmapost-...@vegvesen.no>




_______________________________________________
Tutor maillist  -Tutor@python.org  <mailto:Tutor@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
//
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to