Click to See Complete Forum and Search --> : Retrieving the Tables Relationship from SQL Server Database Diagrams


reenacutie
March 3rd, 2005, 03:07 AM
I would like to know the procedures to retrieve the database relationships
from Database Diagrams and manipulate them through Visual C++

panayotisk
March 3rd, 2005, 05:57 AM
foreign keys? I think you may use the sp_fkeys stored procedure.