ActivePython ASP comobject.getCOMObject() does not work

Jim Abrams jim at publishingresources.com
Fri Jul 20 18:13:01 EDT 2001


"Jochen Riekhof" <jochen at riekhof.de> wrote in <9j9mtn$e9f$07$1 at news.t-
online.com>:

>> Any COM [out] parameter will be returned from the method since in Python
>> parameters are passed by value rather than by reference (we won't talk
>> about object references).
>
>Hum, interesting, but do you know why does it return the connect-string in
>my case?
>

I have no clue, but I would hazard a guess that there's an out param in the 
"OrboPCT.OrboPCTRead" object you're using.

-Jim



More information about the Python-list mailing list