Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to migrate VFP prog to C/S ?
Message
From
27/03/1998 14:02:00
 
 
To
24/03/1998 07:05:04
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00085402
Message ID:
00087758
Views:
53
Well, if you are using an index, when you "seek" you are really obtaining an offset from the physical file. According to this offset and how the system is configured, Foxpro gets a chunk of data "around" this offset and puts it into memory. That's why when you "skip" to the next or previous record you get it inmediately. But what you get is n clusters of data containing m logical registers from the table.

This approach would have no sense if the remote query was with LOCATE. Then, the whole file would have to go through the wire.
José María Mellado Martínez
Consultoría y Servicios Informáticos Médicos, S.L.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform