Click here to Skip to main content
15,881,248 members
Articles / Database Development / SQL Server

SQL Database Relation Builder

Rate me:
Please Sign up or sign in to vote.
3.33/5 (3 votes)
23 Aug 2004 52.2K   1.4K   25  
An article on automatically building the relationships between tables in a DataSet.
<?xml version="1.0"?>
<doc>
  <assembly>
    <name>TestApp</name>
    <version>1.0.1690.27752</version>
    <fullname>TestApp, Version=1.0.1690.27752, Culture=neutral, PublicKeyToken=null</fullname>
  </assembly>
  <members />
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Engineer
South Africa South Africa
I'm a mechanical engineer working in the pipe manufacturing business, although programming has been my first love for the past twelve years.

My languages of choice are VB.NET, VB6 and C#, in that order. I took last year off from programming, as me and my family moved into a new house, and there were things to be done. When I started up again, I discovered that not only had my .NET abilities gone rusty, but also my VB6 abilities.

Anyway, I love programming. I think .NET is the best thing since sliced bread (coming from VB6).

Comments and Discussions