Skip to content

DB2 Provider

Jaxel Rojas edited this page Mar 23, 2018 · 1 revision

DB2 Provider

Requirements

Insight.Database works with IBM.Data.DB2 provider for .NET.

Initializing the DB2InsightDbProvider

Before you can use Insight.Database with DB2, you must first install and register the provider in your application. The provider allows Insight to handle some of the wacky things needed to get ODP.NET to work.

Install the Insight.Database.Providers.DB2 from NuGet

PM> Install-Package Insight.Database.Providers.DB2

Known Issues

  • Table-Valued Parameters are not supported.
  • 6.+, Only the x64 driver is supported.
Clone this wiki locally