Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I get the primary key expression?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00528014
Message ID:
00528015
Views:
23
Victor,
Try:
lcPkExp = KEY(TAGNO(DBGETPROP(lcTableName, "Table", "PrimaryKey")))
HTH
>I know I can do something like this:
>
>cResults = DBGETPROP(lcTableName, "Table", "PrimaryKey")
>
>......and that will give me the primary key...but how the heck do ya get the primary key expression?
>
>Thanks!
Daniel
Previous
Reply
Map
View

Click here to load this message in the networking platform