Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Increment Field
Message
 
 
À
11/04/2008 18:33:02
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01309981
Message ID:
01310122
Vues:
33
>>You shouldn't use an alias in RECNO() or similar functions because a query always uses internal alliases for tables involved. If you do, than you reference an alias outside of a query.
>
>Sure, that's what my testing just showed. Even explicitly calling the alias of the derived query tries to go outside (my Test #2). It just shows that these two overloads of RECNO() have different behaviour.

The RECNO accepts an workarea alias as parameter. A name of derived table isn't an workarea alias. Neither is 'TableAlias' in
SELECT * FROM mytable AS TableAlias ...
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform