Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulate IIS and Metabase from VFP?
Message
From
18/08/2000 15:53:54
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00405485
Message ID:
00406854
Views:
44
>>>Actually there are still a number of bugs in GETOBJECT() and it can't read certain things. I've found and reported a bunch of these and they are fixed for the future so we'll get true GETOBJECT() support that is unparsed.
>>
>>Yeah, I've found a few of these too- we still can't bind directly to the top-level provider, but there are workarounds...
>
>I think you can always do this by specifying // at the end of the provider string.
>
>o = GETOBJECT("winmgts://")
>

Nope. Try:

oNT = GETOBJECT("WinNT://")
oIIS = GETOBJECT("IIS://")

You get "unknown COM status code"

But the top-level works:

oADS = GETOBJECT("ADs://")
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform