Programmitically accessing table relationships/constraints

  • Thread starter Thread starter Vivek
  • Start date Start date
V

Vivek

Hello All,
I have a database with quite a few tables which depends on each other. I
have defined relationships between the tables in the database.

Now my problem is when i use a dataset (c#) to access these tables, i dont
get any relationships/constraints in the table object.

Does anyone has sample code which i can use that accesses these table
relationships?

Thanks
Vivek
 
Back
Top