Show / Hide Table of Contents

DbProvider Class

Abstract base class for database providers used by SqlHelper and applications.

Syntax

'Declaration
Public MustInherit Class DbProvider 
public abstract class DbProvider 

Remarks

Inherit from this class to provide custom database access to an unsupported database type, or to replace the behavior of a built-in/supported database type.

IMPORTANT: This abstract base class and all intrinsic providers are thread safe. Custom provider implementations should also be thread safe.

Inheritance Hierarchy

System.Object
   FChoice.Common.Data.DbProvider
      FChoice.Common.Data.OleDbDataProviderBase
      FChoice.Common.Data.OracleProviderBase

Requirements

Namespace: FChoice.Common.Data

Platforms: Windows 2000, Windows XP, Windows Server family

Assembly: FChoice.Common (in C:\dovetail\dovetail-sdk\build\Release\FChoice.Common.dll)

Reference

DbProvider Members
FChoice.Common.Data Namespace

Back to top © 2022 Dovetail Software, Inc. - All rights reserved.
Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
.NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.