Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SPT statement not working
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
SPT statement not working
Divers
Thread ID:
00787530
Message ID:
00787530
Vues:
53
I am trying to look for a specific record using SPT but the following doesn't seem to work, it gives me all the records. I want parameter "g" to work. I am writing this statement wrong? I am trying to retrieve this from access database.
	g = '444-44-4444'
	lcSql = " Select *" ;
	      + "  FROM UDFields" ;
	      + "  where UD.SSNo = (g)" ;

	lnRes = SQLEXEC( .nCon, lcSql, "lcresults" )
Thanks
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform