Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
XMLUpdateGram() - useable for VFP tables?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00575186
Message ID:
00575230
Vues:
23
Jim,

To my knowledge, XML UpdateGrams can only be used with SQL Server 2000. However, the statement that they could be useful in distributed applications does hold true and I'll attempt to shed a little light on that for you.

XML Updategrams, are XML documents containing all the necessary information to insert, update, or delete records from a table. Since you have all that information contained in one document, you could write a server to receive these documents, and perform the appropriate operations on the data regardless of what database you're actually using. You can think of it as a mechanism to provide you with the information necessary to construct a dynamic SQL statement that could then be executed against the back-end.

>I've been reading up on the subject - Help and "What's New in Visual FoxPro 7.0" only - and it appears that there is no way to use a XMLUpdateGram to update a VFP table.
>
>The Hentzenwerkes book mentions only SQL Server 2000 but there is a bit under "Using updategrams in distributed applications" (pp 236-237) that suggests that they have utility "even if you're not using SQL Server 2000. . .".
>
>The VFP7 Help is mute on the subject.
>
>Does anyone know if these are applicable to VFP tables and if so, the approach to be taken to accomplish it?
>
>Thanks
>Jim Nelso
Travis Vandersypen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform