Click here to Skip to main content
15,887,027 members
Articles / Database Development / SQL Server

Database Helper Class Library to Ease Database Operation

Rate me:
Please Sign up or sign in to vote.
3.09/5 (9 votes)
14 Apr 2007CPOL4 min read 87.6K   3K   57  
Database Helper Class Library to Ease Database Operation
To compile sourcecode, perform the following in sequence.

1. Open Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces solution
   and build it.

2. Open Microsoft.ApplicationBlocks.ExceptionManagement solution
   and build it. If Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.dll
   reference is broken, remove and readd it based on dll compiled in step 1.

3. Open DbHelper solution and build it. If 
   Microsoft.ApplicationBlocks.ExceptionManagement.dll and 
   Microsoft.ApplicationBlocks.ExceptionManagement.Interfaces.dll are broken,
   remove and readd it based on dll compiled in step 1 and step 2.

Note:
1. All source codes is testing using VS 2003 and SQL Server 2000.
   However the source codes can be compiled too using VS 2005.
2. Only DBHelper namespace has documentation.

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, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Malaysia Malaysia
Had worked as analyst programmer for 4 years. Now helping in family business but still involved actively in .Net development whenever there is a free time.

Comments and Discussions