Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Alias not found on database validation
Message
De
05/02/2002 11:01:39
 
 
À
05/02/2002 10:40:58
Stan Vaninger
Mitek Industries, Inc
Missouri, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00612191
Message ID:
00615509
Vues:
23
This message has been marked as a message which has helped to the initial question of the thread.
Hi Stan.

>1) Why does the alias cause a problem in the first place since it is the correct alias for the table in question?

That's true only if the table is opened with that alias (which it normally is in your code but not necessarily in other code, such as many of the tools that ship with VFP). Code like USE MYTABLE ALIAS SOMEOTHERNAME will fail because the alias on the index expression isn't open.

>Does an alias sometimes get added to a filtered index by VFP?

Not unless you use the VFP Expression Builder, which I suspect is the culprit here. By default, the Expression Builder adds the current alias to the expression (you can turn that option off).

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform