Hello,

Just quick note to say that I solved my problem.

The code I wrote in my first email, that is,

import win32com.client
AccessAppDB = win32com.client.GetObject("C:\db1.mdb")
AccessAppDB.Run("test","Argument")

works when I makepy on the access library. I guess the dynamic bind isn't able to call the run properly, or I am using it wrong.

In any case, my code works now. (Just thought I'd write in how I solved it in case someone else looks this problem up in this forum like I did.)

Michaƫl

_________________________________________________________________
Ready for the world's first international mobile film festival celebrating the creative potential of today's youth? Check out Mobile Jam Fest for your a chance to WIN $10,000! www.mobilejamfest.com

_______________________________________________
Python-win32 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to