Click here to Skip to main content
15,885,366 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.5K   3K   57  
Database Helper Class Library to Ease Database Operation
To compile samples, perform the following in sequence.

1. Open sample solution and build it. If DBHelper.dll reference is broken,
   remove and readd it based on dll build in src compiling.

2. After all samples are compiled, set up the sample database using
   "create sample database.sql" using query analyzer.

All samples is testing using VS 2003 and SQL Server 2000.
However the samples can be compiled too using VS 2005.

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