Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pulling Data from a Huge Cursor
Message
From
03/03/2014 10:35:12
Mike Yearwood
Toronto, Ontario, Canada
 
 
To
03/03/2014 06:54:53
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01595090
Message ID:
01595669
Views:
57
>>Sir, What is the reason of using varchar ?
>
>Copied from the original sample code posted.
>
>Don't use it myself,
>the only virtue I know of is that it trims values automatically - simplifies chain concatenation
>same storage length though
>
>In this particular case, C(254) should be good enough.
>
>I would even try a M as you don't need any index on this column, and your source data is CSV.
>
>As the file is huge, saving space on disk might also save execution time - to be tested though

append from FOR is very slow. Each record is added temporarily to the cursor and then discarded if it fails the for condition test. :)
Previous
Reply
Map
View

Click here to load this message in the networking platform