[python-win32] driving MS Access from python
Tim Golden
tim.golden at viacom-outdoor.co.uk
Mon Mar 13 17:45:19 CET 2006
[Phill Atwood]
|
| Need to programatically reproduce some activities a user does
| in MS Access.
| Need to open a mdb file. Run some queries. Look at some tables.
[...]
| I having a hard time scaring up appropriate docs on
| the MS Access win32com API for this. I've been
| looking for VBA style docs or anything but I'm still so
| far just sniffing the corners...
I don't use Access myself, bu do I take it you've already seen this?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbaac11
/html/actocOMMap_HV01049589.asp
My usual first port of call is to google for
site:msdn.microsoft.com <whatever> object model
Often Googling for Delphi examples works quite well as
they are in a similar position to Pythoneers (they like
their language/environment, but want to do things with
MS software) but have been around longer.
TJG
________________________________________________________________________
This e-mail has been scanned for all viruses by Star. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
More information about the Python-win32
mailing list