Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Broken link read error
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Broken link read error
Versions des environnements
Visual FoxPro:
VFP 5
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
00977609
Message ID:
00977609
Vues:
79
Network table is opened and records are inserted with the SQL insert
like:
USE \\server\abc\table1
i=1
DO WHILE i < 10000
  INSERT INTO table1 (field1) VALUES ("abcde")
  i = i + 1
Enddo
Now when doing the SQL insert loop, plug the network cable off (simulating network link error) for a while and plug it then back. Start above code again -> errors within INSERT INTO:
- File is in use by another user. (error 108)
- Error reading file (error 1104)

Do anyone know how to recover from the situation like this?

Thanks,

AT
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform