Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alias for a table in a directory
Message
 
To
16/07/2001 17:02:06
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00531252
Message ID:
00531259
Views:
10
>hey everyone,
>i am trying to create an alias for table in a specified directory.
>
>how do i declare and alias and then set the alias = to the table.
>
>any suggestions would be appreciated. thanks.
>
>james

You don't have to declare anything...

SELECT 0 && Open next available workarea.
USE Path\MyTable ALIAS cMyTableAlias

OR

USE Path\MyTable ALIAS cMyTableAlias IN 0

Note: If you are from a UNIX environment, ALIAS is not the same thing as a UNIX system environment alias.
Eric Kleeman - EDS Consulting Services
MCP Visual FoxPro
MCSD C#.NET
Hua Hin Thailand
Los Angeles California
Previous
Reply
Map
View

Click here to load this message in the networking platform