Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
FoxPro Style Macro Substitution in C#
Message
 
To
All
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Title:
FoxPro Style Macro Substitution in C#
Miscellaneous
Thread ID:
01566711
Message ID:
01566711
Views:
111
Is there anyway to do FoxPro Style Macro Substitution in C#?

For example in FoxPro you can do something like this:
lcFieldName = "Address"
SELECT name, &lcFieldName, city, state, zip FROM customers INTO CURSOR x
The &lcFieldName above does a macro substitution putting "Address" into the SQL statement. Is there something similar in C#?
Don Knoup
don.knoup@ticomix.com
Ticomix, Inc.
Next
Reply
Map
View

Click here to load this message in the networking platform