Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assign a dynamic alias
Message
From
26/03/2001 17:23:09
 
 
To
26/03/2001 13:54:00
Héctor Lizarraga
Gobierno Del Edo de Querétaro
Querétaro, Mexico
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00488636
Message ID:
00488727
Views:
10
>Hi, I want to do this:
>
>keyMaemp = [a UId generated with the API like 0BF56D7D-274A-43A0-8604-283233535]
>
>Then the query:
>SELECT * FROM nrh47200 INTO TABLE EVAL('keyMaemp')
>
>At this point all its OK but the alias generated is something like C or D.
>I want to assign the same alias the table name is:
>USE
>USE EVAL('keyMaemp') ALIAS EVAL('keyMaemp')
>But this raises an error. Why?
>
>Thanks in advance
>Héctor L.

Would
USE EVAL('keyMaemp') ALIAS (EVAL('keyMaemp'))
work
Previous
Reply
Map
View

Click here to load this message in the networking platform