Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rebuilding structural index problem
Message
 
 
À
03/10/2007 16:43:22
Vernon Chambers
New York City Transit
New York, États-Unis
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 8 SP1
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
01258346
Message ID:
01258363
Vues:
23
You can use TRY...ENDTRY to ignore the error. Something like
TRY 
	USE mytable
CATCH TO oExp WHEN oExp.ErrorNo = 1707
	USE mytable
ENDTRY
>
>I've problem running my routine that rebuilds corrupt .cdx files. I've a table that contains the tag names as well as the associated index expression. The function is listed below. The problem occurs whenever I remove the .cdx. Error msg states "Structual CDX file not found". I'd like to circumvent this error and allow the recreation process to continue. Any help would be greatly appreciated.
>
>here is the code:
>
>
<snip>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform