Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Syntax Invalid
Message
 
 
À
04/12/2001 09:22:51
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00589065
Message ID:
00589245
Vues:
44
If you just issue from a PRG file, you get the same error:
DROP VIEW MyView
? INDBC('Catalogue', 'Table')  && must be true. Change Table to View if needed
? INDBC('Selections', 'Table')  && must be true. Change Table to View if needed
CREATE SQL VIEW MyView AS ;
SELECT Selections.*, Catalogue.cproduct;
 FROM  catalogue!catalogue INNER JOIN catalogue!selections ;
   ON  Catalogue.iid = Selections.iproductid
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform