Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CursorToXml and BinToC strings
Message
From
30/03/2002 12:06:27
Jean-Pierre Overbeek
New Limit Database Solutions
Amsterdam, Netherlands
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
CursorToXml and BinToC strings
Miscellaneous
Thread ID:
00639151
Message ID:
00639151
Views:
88
Hi,

Is it possible to use the new XML functions with strings generated by BinToC?

I have a cursor with concatenated foreign key values (BinToC(iKey1)+BinToC(iKey2) as cKey). Now I would like to store the cursor as XML, and convert it back, but the low ASCII characters generated by BinToC are not stored correctly. Using the WestWind class wwXml generates the XML correctly, but I get an error in wwXml.XmlToCursor.

What are the correct parameters for XmlToCursor?

create cursor curTest (cKey c(4), iKey i)
insert into curTest values (BinToC(1),1)
lcXml=''
CursorToXML('curTest','lcXml',0,0+16,0,'1')
? lcXml
delete from curTest
XMLToCursor(lcXml,'curTest')
? curTest.cKey, CToBin(curTest.cKey), curTest.iKey && Output €, 2105376, 1 :-(

TIA
Happy Easter,
Jean-Pierre
Next
Reply
Map
View

Click here to load this message in the networking platform