Message
From
15/06/2001 20:16:31
 
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00520198
Message ID:
00520210
Views:
22
>Hi all,
>
>With DBGETPROP("customer", "Table", "PrimaryKey"), I get de name of the primary key field.
>
>How do I to get the expression of the primary key field, or what fields are involved in this index.
>
>
>Thanks again,
>
>Mauricio Mesa.

Hello Mauricio,

To show the key expression of the first index on the selected table:

? key(1)
Steve Gibson
Previous
Next
Reply
Map
View