Home | Software | WebLog | Contact | Wish List

.net Database Utility Library

Overview

Accessing your database can be a very repetitive task. This Database Utility class can help reduce a lot of the repetitious code.

This library will work in any .net or asp.net project; using C#, VB.net or any other .net language.

Features

Installation

If you using VisualStudio.net... Open your Project. In the Solution Explorer right click on References and select Add Reference. Click Browse and browse to the Joel.Net.DatabaseUtility.dll library.

If you are not using VisualStudio.net, simply copy the Joel.Net.DatabaseUtility.dll library into your ~/bin directory.

At the top of your class add "using Joel.Net; // C#" or "Imports Joel.Net; ' VB.NET". You can alternatively use the full name (example: Joel.Net.DatabaseUtility.ExecuteDataTable(...)).


Leave Your Comment
Name:
Email:  (gravatar enabled)
URL:
Comment:
or Cancel