Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sql fields
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Sql fields
Divers
Thread ID:
00567830
Message ID:
00567830
Vues:
46
how can I make a field that I want pick in sql statement generic. For example I can write the following sql statements

select firstname from testdata into cursor test where firstname == a
select lastname from testdata into cursor test where lastname == b
select address from testdata into cursor test where address == c

how can I make it so that the selection fields can substituted with a variable? for example

select fieldname from testdata into cursor test where fieldname == somevariable

I want to be able to choose my own fieldnames.

Thanks
Nick Patel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform