Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Table command
Message
From
18/06/2001 00:23:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Create Table command
Miscellaneous
Thread ID:
00520442
Message ID:
00520442
Views:
38
I like to store SQL create command to table field. So next time I can create it by

mTableCreate = table.detail
&mTableCreate

I know how to creat the primary index key eg.

CREATE TABLE salesman ;
(SalesID c(6) PRIMARY KEY, ;
SaleName C(20))


But what is the command to create regular index?

TIA.
Next
Reply
Map
View

Click here to load this message in the networking platform