Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Suggestions integrating a SQL Backend with the Web?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00299833
Message ID:
00299898
Vues:
25
Kile:

You have a lot of options here.

(1) The simpliest a most straight forward approach is to use ADO in ASP script page to run the queries and generate the return HTML.

(2) A more elegant approach would be to add a VFP middle tier COM component to your application. The advantage is you have the VFP runtime available for doing validation and generating XML or HTML to return to the client. This is faster and more flexible than script code.

(3) If you want to get into client side scripting there are ways to call methods on your COM object directly from a web page avioding round trips to the server as the page doesn't have to reload each time you refresh the data. RDS and XMLHTTP can be used for this.

(4) There are 3rd party frameworks available: West Wind, FoxWeb, Active FoxPro Pages and X Works.

Charlie
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform