Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Building a complex stored procedure
Message
 
À
09/11/2001 14:23:33
Christopher Pinnock
United General Insurance Company
Kingston, Jamaique
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00575534
Message ID:
00579899
Vues:
26
Definitely a case of having your isolation level set at Read Committed and you are trying to get access to a pending record. This is why you have Tx's open for a short time. In practice, nobody would be trying to access the newly created record anyway. If it is possible for a new record to fall in the range of records that could be queried, you may want to try read uncommitted - or more commonly known as dirty reads.

It depends on how current your data needs to be. This also raises the issue of the special error/exception handing needs C/S apps need.

HTH,
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform