Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sticky data problem - delayed writes
Message
De
13/08/2018 12:34:32
 
 
À
10/08/2018 14:36:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012 R2
Network:
Windows Server 2012 R2
Database:
Visual FoxPro
Application:
Desktop
Virtual environment:
VMWare
Divers
Thread ID:
01661522
Message ID:
01661546
Vues:
54
A few more thoughts:

- when a user "copies" a quote, the current procedure puts the records to be added into a view and then posts the records as a batch

- in the past under older code, I instead added these records via doing a SCATTER from the source record and then an APPEND BLANK into the target table followed by a GATHER; I can't say this worked foolproof either

- in my mind, there should be no difference between a view posting new records and doing so via APPEND BLANK or INSERT INTO - lock the header, add in the rows, write in the data, unlock the header etc
---> is there a difference?

- there is no buffering on the target table...would it work better if there was? Again, I don't see how this would make a difference but am just looking for ideas?

Thanks all.

Albert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform