Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
CREATE TABLE help with indexes
Message
 
 
To
01/08/2001 12:06:44
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00538358
Message ID:
00538387
Views:
10
>I am using a CREATE TABLE call to generate a temporary table to store information based on a variable number of fields. I want to index one field that is always used in the CREATE TABLE but needs to allow duplicates. The only way I have been able to do this, thus far, is to issue an INDEX fldname TO indexname command AFTER the CREATE TABLE... am I missing something here?
To create structural index use
INDEX fldname TAG fldname
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform