Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returnin data from vfp table to asp with dll.
Message
De
14/07/2000 08:40:57
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00391765
Message ID:
00392322
Vues:
9
>>I have created a dll with vfp.
>>I return some data from a vfp table to asp page with this dll.
>>My problem is how can i return some records (More than one fields).
>>Thanks.
>
>You can't return VFP data directly. You need to convert it into something else that can be used by the ASP application. The most common thing is to use ADO for queries and then pass the data back in that format. Or you can use XML and use the XMLDOM parser to use the data in ASP.
>
>REgards,
>
>+++ Rick ---


What is the fastest way? From what I have seen, converting a cursor to ADO RS or XML is pretty slow.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform