Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Manipulate IIS and Metabase from VFP?
Message
De
18/08/2000 15:53:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00405485
Message ID:
00406854
Vues:
47
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform