Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00528014
Message ID:
00528015
Views:
26
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