Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to update an Access db sitting on a web server from
Message
De
31/05/2001 15:58:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00512717
Message ID:
00513389
Vues:
16
>I have a VFP application that needs to update an Access database sitting on a web server. How should I do that ? ADO ?
>

If HTTP is the only access to the box (DCOM is out), then you need a server side process with access to the data (ASP or whatever) via ADO. Depending on the complexity of the updates, the easiest way might be to have an ASP that accepts XML, parses it, and updates the access database via ADO. The client process can submit the XML using XMLHTTP, wwIPStuff, or whatever.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform