Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Make a temp. file
Message
De
24/06/1998 23:00:02
Larry Long
ProgRes (Programming Resources)
Georgie, États-Unis
 
 
À
24/06/1998 04:47:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00111140
Message ID:
00111441
Vues:
18
>Hi Jayesh, have question again
>
>If my file is setting order to "COMPANY_NAME",
> do i need to set the order to "ORDER_NO" before run SQL ...WHILE ORDER_NO="12345"
>
>****************
>
>I want make temp. file name from sys(3) and come with a alias name = "T_ASS2"
>
>I have coding as below :
>
>
>III = SYS(3)+".DBF"
>
>SELECT * FROM order_items
>WHERE order_no == "12345"
>INTO TABLE &III
>
>
>***how to addin the alias name = "T_ASS2"
Immediately following your select statement
issue...
USE (III) ALIAS T_ASS2
L.A.Long
ProgRes
lalong1@charter.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform