Hello,
How to discover the foreign key information when using the new GetSchema command on the Connection object I do get FK info, but cannot figure out how the tables and fields in this FK are related. For SQL2005 I get a FK name but not related table and field. Pls help.

ADO.NET 2: GetSchema and Foreign Keys
Rober
Hi Stefan, check this blog out http://blog.rioterdecker.net/blogs/valhalla/archive/2006/01/13/71.aspx it provides exactly what your looking for.
A.