Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating Index String
Message
From
29/11/2001 14:49:34
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Creating Index String
Miscellaneous
Thread ID:
00587680
Message ID:
00587680
Views:
45
I am trying to create a generic routine for creating index based on what I have stored in a table. The table contains the following fields - cexpression (the expression I want to index on), ctag (Name of the index tag I want to create) and cfilter (the filter). My problem is how to I write an expression so that when I say Index &expression it doesn't work. I know the syntax is INDEX ON eExpression TAG Tagname FOR expression. When I build the string how do I take out the 'ON ', 'TAG' and 'FILTER' so they are contained in the string. I hope I'm making since here.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform