[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Colin Shreffler

4/26/2002 11:04:00 PM

Database Access Component at http://www.cod...

URL:

http://www.cod.../components/ComponentDetail.aspx?
ComponentID=HZvsvG+szM4
Description:

This component provides the developer with a base class
that makes standard database access operations very
simple using reflection and stored procedures.

This component provides a process for creating a database
access class for each table in your SQL Server Database.
It provides all of the logic required to retrieve and
manipulate single rows of data from the database.

There are 5 easy steps to using this class. The last 4
steps must be performed for each table in your database.

1. Define your database connection string
2. Create your database table.
3. Create your class and inherit from
CodeCadet.Database.DBObject.
4. Define a property on the new class for each field that
exists in the database table.
5. Update the stored procedure templates for your
database table.