Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Cursor results
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00807896
Message ID:
00808024
Views:
19
You wouldn't have problems with CURSORTOXML() but youll have to run some tests to determine if speed of XMLTOCURSOR() is okey for you with that number of records.
lcXml = ""
? CURSORTOXML("crsTemp","lcXml",1,0,0,"1")
? XMLTOCURSOR(lcXml, "CrsTempXml")
>That's an interesting idea - what do you mean by small?
>It consists of 1 x 5(c) and 3 x 25(c) fields with less that 500 records (I think).
>Would you think that was small enough?
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform