Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Pass an array from a VFP COM to NET
Message
De
02/08/2007 09:46:19
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Pass an array from a VFP COM to NET
Versions des environnements
Environment:
C# 2.0
OS:
Windows XP SP2
Divers
Thread ID:
01245465
Message ID:
01245465
Vues:
122
Hi

I have a web service in C# that will be using a VFP9 COM dll for obtaining its data. In the VFP COM method I will need to issue a command like:
select distinct city from customer into array aCity
and will then need to pass this single dimensoned array back to the NET web service. The NET service will in turn pass it back to an ASPX web page that called it, which will use this data to populate a combo drop down on the web page.

How do I pass the array to the NET web service from the VFP COM?

Thanks

Bernard
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform