Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is an XML UpdateGram?
Message
From
01/02/2005 13:34:49
 
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Miscellaneous
Thread ID:
00982743
Message ID:
00982787
Views:
33
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
Previous
Reply
Map
View

Click here to load this message in the networking platform