Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to migrate VFP prog to C/S ?
Message
De
27/03/1998 14:02:00
 
 
À
24/03/1998 07:05:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00085402
Message ID:
00087758
Vues:
54
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform