Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot write to record in use
Message
De
19/09/1997 11:05:28
 
 
À
19/09/1997 10:56:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00050718
Message ID:
00050721
Vues:
27
>Does anyone know what this error in VFP 3 really means? This is a previously well behaved app: I have about 10 tables open, and am appending to one of the tables from a table not in use. There is a stored procedure that SELECTS the ids from the open table in order to come up with a new unique ID. I didn't change this part of the code (arrg), and it works fine in VFP 5. Something I'm missing here? This is a single-user app, and EXCLUSIVE is ON.
>
>
>I love the Microsoft documentation on this: the explanation is that the application cannot write to a record in use, which is exactly what the error message says.

Basically, the message says that implicit lock has been already applied to the record the app tries to write in now. It might be strange behaviour (bug or feature??) caused by different data sessions going to the same table.record. BTW I understand that this explanation is too fancy.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform