Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select variable
Message
 
 
À
25/07/2006 11:45:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
01139753
Message ID:
01139779
Vues:
9
>hola , im new
>it is possible to hava a string variable Myvariable and make a query like
>select Myvariable,name from table....?
>i keep an id in Myvariable

Sure,
CREATE CURSOR test (name C(30))
INSERT INTO test VALUES("Silvano Perez")
lcID = "1234567890"
SELECT lcID AS ID, Name FROM test INTO CURSOR crsresult
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform