Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Make a temp. file
Message
From
24/06/1998 23:00:02
Larry Long
ProgRes (Programming Resources)
Georgia, United States
 
 
To
24/06/1998 04:47:31
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00111140
Message ID:
00111441
Views:
17
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform