Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor won't PACK
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00193355
Message ID:
00193842
Vues:
18
>The problem is that I keep getting and error message saying that
>the table has to be opened exclusively. I've read the help on
>create cursors and it specifically said that cursors are opened
>exclusively regardless of SET EXCLUSIVE state.
>
>Could anybody tell me what I'm doing wrong? TIA

You must use CREATE TABLE in order to use the PACK command on it
since PACK works only on physical .DBF tables.

Why do you need to use PACK on a cursor anyways? It will be much
faster if you use the DELETED() functionin your conditionals when
you are manipulating the records later on.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform