Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Does anybody know why not?
Message
 
À
14/09/2000 23:08:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00416725
Message ID:
00417273
Vues:
16
Juan Carlos,

Persistent Relations are created from a Primary index to another index, temporal relations are form an Expression to an index, and Joins are form an expression to an expression. To understand this look at the SET RELATION command's syntax,

SET RELATION TO < Expression > INTO < Alias >

The target Alias must be indexed on the expression.

There is no way to Visually set up a relation in a DE that is using a coumpound expression. You need to do that programmatically.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform