Re: Calling Access module functions from python

2005-09-23 Thread Chris Smith
> "kayakerjess" == kayakerjess <[EMAIL PROTECTED]> writes: kayakerjess> Hi, I have an Access Data Project (.adp) that I am kayakerjess> trying to open and execute from Python. I am using kayakerjess> the win32com.client, and I have successfully opened kayakerjess> the applica

Calling Access module functions from python

2005-09-21 Thread kayakerjess
Hi, I have an Access Data Project (.adp) that I am trying to open and execute from Python. I am using the win32com.client, and I have successfully opened the application, but I'm getting an exception when I try to execute the function (actually a "Sub" that returns void, but that shouldn't matter

Calling Access module functions from python

2005-09-21 Thread kayakerjess
Hi, I have an Access Data Project (.adp) that I am trying to open and execute from Python. I am using the win32com.client, and I have successfully opened the application, but I'm getting an exception when I try to execute the function (actually a "Sub" that returns void, but that shouldn't matter