Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Persistent, occasional error loading a view
Message
De
06/11/2001 11:38:56
 
 
À
05/11/2001 16:38:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00577625
Message ID:
00578033
Vues:
17
You can try adding the following code to your application's error handling routine.

if nerror = 1881 or nerror = your error number
INKEY(RAND()*3)
RETRY
else
dodefault()
endif



Good Luck

Gerry
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform