Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import HTML table data into Foxpro table
Message
From
10/10/2006 08:29:11
 
 
To
10/10/2006 04:41:30
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6 SP5
Miscellaneous
Thread ID:
01160464
Message ID:
01160800
Views:
7
>
>Yes, But i would still follow the temp file way.
>The data would change and god knows sometimes how much long that page might be. that too in the results quarter. So i will not take any chances.

No problem with that - you have to maintain the code <g>. But if there is a real risk that you need to parse more than 60000 entries (15000 rows if you have 4 cols!) I'ld move another way and always write out each row directly into the cursor/table. Especially if you have multiple users "going the file route" needs more errorhandling, for instance against somone having added just such a file with write protection an so on, which you really don't need is as long as don't use a file<bg>. By actively deciding to involve other files you will have to add some/more defensive code which is not needed as the problem could be solved by memory/array alone.

my 0.02 EUR

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform