Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Syntax Invalid
Message
 
 
À
03/12/2001 23:03:52
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:
00589182
Vues:
17
>Can anybody tell me why this is invalid? I can run it, I just can't save it.
>
>
>SELECT Selections.*, Catalogue.cproduct;
> FROM  catalogue!catalogue INNER JOIN catalogue!selections ;
>   ON  Catalogue.iid = Selections.iproductid
Try this:

CLOSE ALL
OPEN DATABASE CATALOGUE EXCL
DROP VIEW ThisView
VALIDATE DATABASE RECOVER
PACK DATABASE

CREATE SQL VIEW ThisView AS ... < your code from above >
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform