Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Select statements
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00547432
Message ID:
00547438
Vues:
9
>VFP 6.0 I am having a problem with Select statement returning a browse for the querie i am running. I would like to dump this to a cursor and use as the record source for a grid, Any suggestions would be appreciated.
>
>Thanks in advance
>Joe Hendren

Add INTO CURSOR my cursot to your query
SELECT * ;
  FROM mytable ;
  INTO CURSOR mycursor
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform