Database Design, "Build Data-Driven Client Validation," by Tony Surma and Bill Wagner [Visual Studio Magazine, June 2004]

There are three projects in this solution.

Two of the projects (Pubs editor and BusinessValidation) are in the zip file

The third is part of the Microsoft patterns and practices, which you can download and install from here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daab-rm.asp

Install the data acess block in the standard location. Then open the solution.

The application runs against the Pubs database, delivered with SQL Server 2000.  To run the sample, you'll need to change the connection string so it matches your database. Line 21 of RoyaltyData.cs contains the connection string.

