Database Client

DatabaseClient is a set of objects for use with the .NET framework, which provides a wrapper for all the standard database calls. DatabaseClient currently supports SQL Server, Oracle, OLE and ODBC calls.

DatabaseClient includes two objects. They are called DatabaseWrapper and DatabaseHelper.

DatabaseWrapper is used to create a database connection and make SQL calls to any database using either a Query or Non-Query based call. The wrapper also supports Scalar calls. DatabaseWrapper was designed so that all the database calls incur no more overhead then directly interacting with the standard database provider methods.

DatabaseHelper is used to make it even easier to interact with your database. It contains a set of static methods to quickly obtain the data you require from your database. The set of methods provide all of the same database interactions as DatabaseWrapper.

DatabaseClient is completely documented using the MSDN format to make it simpler to read and find information.

With DatabaseClient you will no longer need to write complicated database code for different database provides. You'll wonder how you lived without it.

News

Database Client 1.2 Release2/27/2005
Today, we announce the release of DatabaseClient 1.2. This release offers new methods to advance the functionality of DB Client. It also provides a licensing mechanism so we can now provide a Trial version. To obtain a license for the trial you’ll need to fill out our license request form. Or if you would like to purchase a license you can visit our Secure Order Form. To download your copy, visit DatabaseClient’s home.

DatabaseClient 1.1 Released12/3/2003
We have added some extra features to the DatabaseClient and released version 1.1. The major feature added was to support defining the connection string within your web.config file. We also added support to define the Database Type in the web.config file. With these additions DatabaseClient 1.1 is even easier to use.

Features
  • Supports SQL Server, Oracle, OLE, and ODBC.
  • Supports standard database calls(ExecuteQuery, ExecuteNonQuery, ExecuteScalar).
  • Returns queried data in a DataSet.
  • Ability to define the connection string in the web.config file.
  • DatabaseHelper is a set of static functions to perform any SQL call in a single line of code.
  • Separates database interactions from your code.
  • Complete documentation.
System Requirements
  • Windows
  • MS .NET Framework 1.1
Support
Purchase
Download

 

Copyright 2004 SPextreme.com. All rights reserved