Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable in SELECT command
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00018551
Message ID:
00018555
Vues:
34
>Anybody know the proper syntax for the following SELECT statement, where p_PayeeName is a public variable. As it is now, it isn't searching for the value of the variable.
>
>SELECT payee_code, payee_name;
> FROM wc!payee2;
> WHERE payee2.payee_name like '%p_PayeeName%';
> ORDER BY payee_name

May be I am wrong, but it should work:
SELECT .... WHERE payee2.payee_name like p_PayeeName ....
Check that you really 'see' the public variable.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform