Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
View under different alias
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00513953
Message ID:
00513955
Views:
15
This message has been marked as a message which has helped to the initial question of the thread.
Yes, you can do:
use v_MyView alias MyAlias
However, you can get the real name of the view with
cursorgetprop( "SourceName", "MyAlias" )
>Hi everybody,
>
>Can we open view under some alias, which is different that it's original name? I got an error on this line:
>cParameters = DBGETPROP(Alias(),"VIEW","ParameterList")
>
>Thanks in advance.
Hector Correa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform