Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Io performance
Message
From
12/02/2008 09:40:41
 
 
To
12/02/2008 01:41:35
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01290048
Message ID:
01291794
Views:
10
Hi Agnes,
>>1) Read dbf and fpt data into different arrays, gather into dbf but save the fpt array as a whole into the memo. Reccomended 2.x technique<bg>

>Sounds interesting bzt - I do not realy catch it.
>Could give an example?

of course:
local laStructuredData_65k_Elements
= FillmyArray(@laStructuredData_65k_Elements)
Save To Memo all Like laStructuredData_65k_Elements
Worked wonders on a very old app needing to communicate oodles of data with another vfp process -
had already about 1300 data elements in 3 arrays. Blew away every other method of passing - COM, OLE, String-Serializing by just using a semaphore table (but on much slower processors - the speed of cpu increased more, so measure again<g>).

regards

thomas
Previous
Reply
Map
View

Click here to load this message in the networking platform