Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Define fieldname
Message
From
14/04/2006 16:12:38
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Define fieldname
Miscellaneous
Thread ID:
01113784
Message ID:
01113784
Views:
59
SQL SELECT allows for creation of new field names using AS clause, as in

select fieldname as newfieldname

This works easily when the newfieldname is know when the code is written, but how can we cause the newfieldname to be a variable as in

newfieldname = "newname"
select fieldname into &newfieldname

All my attempts at macro substitution or other techniques have failed.
Is my objective possible?

Thanks for any help.

- Don
Next
Reply
Map
View

Click here to load this message in the networking platform