Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Something Strange
Message
De
15/10/2003 07:55:20
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00838814
Message ID:
00838816
Vues:
23
SELECT a.field1,a.field2,a.field3,b.field4 FROM modacad a,crsfinal b ;
WHERE a.mainkey=b.mainkey
INTO CURSOR crsmatch
you have to write your field names insted of "a.field1,a.field2,a.field3,b.field4"

Your mistake in your example you use one static key from a table and your cursor created from another table.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform