Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
XML field size of 4000
Message
 
 
To
19/05/2005 18:29:43
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01015989
Message ID:
01016065
Views:
13
An XML doesn't have to by created by CURSORTOXML() to be usable for XmlToCursor(). The XMLAdapter class is a possibility too. I don't know why you would want to use CursorAdapter class for that but it uses either XmlToCursor() or the XMLAdapter class internaly anyway.

>Have figured that I need to use either XMLAdapter class or a CursorAdapter class as the files are not created by VFP.
>
>I have create an XMLAdapter class object but am not getting any cursors created. Should I be using a cursor adapter???
>
>>
>>The XmlToCursor() is designed to import XML created by CURSORTOXML() or close to it. You first to have to make sure that XmlToCursor() can handle that file at all.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform