Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Corrupt View ?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00213432
Message ID:
00213523
Vues:
31
To follow-up, the problem is the designer nests the joins. You can use the designer to create the view initially, but before you exit the designer, view the SQL generated, and copy the code to a PRG. Un-nest the joins then run the PRG. e.g.,
FROM Travel!TravAuth ;
  LEFT OUTER JOIN Travel!Roster ;
    ON TravAuth.EmpId = Roster.EmpId ;
  LEFT OUTER JOIN Travel!Accounts ;
    ON TravAuth.ActId = Accounts.ActKey
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform