Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to update an Access db sitting on a web server from
Message
From
31/05/2001 15:58:56
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00512717
Message ID:
00513389
Views:
15
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform