Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot create a cursor, syntax error
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Cannot create a cursor, syntax error
Divers
Thread ID:
01175087
Message ID:
01175087
Vues:
49
I am trying to join two tables by idnumber and create cursor at same time in vfp7 and I keep getting error saying
Command contains unrecognized phrase/keyword.
here is the statement I using:
SELECT x.ssno, x.firstname, x.lastname x.idnumber, y.idnumber, y.imageid ;
	FROM ud_tbl x INNER JOIN it_tbl y ON x.idnumber = y.idnumber INTO CURSOR test
It has been awhile since I've used foxpro so forgive me if anything that looks obvious.

thanks
Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform