Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Need names of the table KEY FIELDS

Status
Not open for further replies.

opticalman

Programmer
Nov 6, 2006
103
US
My front end is Visual Froxpro 8.0
My Backend is SQL EXPRESS 2005

I retrieve the table names with :

SELECT name, type FROM sysobjects WHERE type = 'U'

Once I have the table name I need a list of the KEY FIELDS for that table to make a local updateable cursor. Any suggestions are appreciated.

Jim Rumbaugh

 
Thank You George

I will report back after trying out some of the suggestions from the article.

Jim Rumbaugh
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top