Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Accessing A Table On A Web Page
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
01148428
Message ID:
01148598
Vues:
16
Kevin,

You might want to consider writing web services to access the data. This can be completely in VFP and it's not very hard at all. Basically, you'll write functions to take data to add to your tables and functions to return data from your tables. You can let your functions take parameters if need be. As for moving the data itself, you can easily use CURSORTOXML() and XMLTOCURSOR() and pass the data around as a string (XML). There are plenty of resources (I'm sure) that explain how to write and consume web services in VFP.

HTH,
Chad



>Sergey,
>
>I looked at a few before I posted, and they seem over my head. Can you point me to a good starting point article?
>
>I'm not creating a web page. I'm just using my web site as a storge place for the data
>so that multiple clients can access it.
>
>Thanks
_________________________________
There are 2 types of people in the world:
    Those who need closure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform