Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
What is an XML UpdateGram?
Message
De
01/02/2005 13:34:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
XML, XSD
Divers
Thread ID:
00982743
Message ID:
00982787
Vues:
27
Kevin,

You need to refer to the cursor, not the underlying table you queried from:
SELECT cust_id, price, isnew;
FROM Customers;
INTO CURSOR New_Customers READWRITE

CURSORSETPROP("Buffering", 5, "New_Customers")

REPLACE Price WITH (Price * 1.083)

cXMLUpdg = XMLUPDATEGRAM("New_Customers")
? cXMLUpdg
David Stevenson, MCSD, 2-time VFP MVP / St. Petersburg, FL USA / david@topstrategies.com
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform