Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found
Message
De
22/02/1999 11:08:34
 
 
À
20/02/1999 12:32:21
Ian Johnston
Computer Software Solutions
Woodland, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Titre:
Divers
Thread ID:
00189669
Message ID:
00189973
Vues:
9
Hi Ian.

>When I try to do a validate database recover, I get an alias not found message on certain tables.

The problem is likely that you've used an alias in your indexes. If you use the Expression Builder to create an index expression, it automatically adds the table name as an alias on the expression. This is a problem, because many things open tables using a temporary alias (eg USE MYTABLE ALIAS XYZ), in which case the aliased index expression is invalid.

Remove the alias from your index expressions and this problem will go away.

Doug
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform