opticalman
Programmer
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
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