Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and .NET Data Comparison
Message
From
16/01/2006 11:30:32
Dorin Vasilescu
ALL Trans Romania
Arad, Romania
 
 
To
16/01/2006 09:39:15
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01080965
Message ID:
01087206
Views:
46
>Hi Dorin,
>
>Thks for your code. This results still sound much better then
>those that Terry reported in his message.
>
>Cannot test it myself (still with VFP6)
>but something puzzled me here ...
>
>Folowing part ;
>
>*
>
>
>nSeconds=seconds()
>
>*********************************Part of your code
>.
>LOCAL cSchemaXML, cTempCursorName
>cTempCursorName = SYS(2015)
>oCollection = NEWOBJECT('Collection')
>SELECT * FROM (cCursor) WHERE RECNO() = 0 INTO CURSOR ( cTempCursorName  )
>CURSORTOXML(cTempCursorName ,'cSchemaXML',1,1,1,"1")
>
>nSeconds = seconds() - nSeconds   &&my insertion
>
>
>.
>.
>*********************************
>
>
>
>
>nSeconds = ???
>
>How long does it take ?
>
>

0.000 seconds :)

With 150000 records takes 0.030 seconds. Some fake CREATE EMPTY CURSOR FROM ...
Previous
Reply
Map
View

Click here to load this message in the networking platform