Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RECORD IN USE BY ANOTHER USER
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00408387
Message ID:
00408616
Vues:
15
>Hello again!
>
>by positioning I mean, for instance I would have a do loop
>DO WHILE *whatever*
> APPEND BLANK
> REPLACE *SOMETHING1* WITH *THE OTHER1*
> .
> .
> .
> REPLACE *SOMETHINGX* WITH "THE OTHERX*
>ENDDO
>TableUpdate()
>
>By positioning, I mean that as an alternative I could place the tableupdate inside the do loop after the last replace. Would messing up the table updates lock the records or otherwise cause this kind of error? Thank you.

You can prepare all values first, then insert them at once. Look into INSERT INTO command
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform