Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is the dbf of my cursor?
Message
 
À
04/09/1998 10:29:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00132835
Message ID:
00133286
Vues:
15
>Jim,
>
>>'If your only purpose is to add fields to the result you can do that within the SELECT syntax.'
>
>Tell me a select clause which add a general (g) field to a cursor and i'll embrace the 'into table' clause. But i suggest to you see the Cetin's solution: 'alter table' with the cusor alias, no with the table name.
>Best regards,
>carlos

Carlos,

Here's an example of adding a general field with SELECT.
CREATE CURSOR Temp (MyGen G)
APPEND BLANK
SELECT Field1, Field2, Temp.MyGen FROM Table1, Temp ...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform