-
Notifications
You must be signed in to change notification settings - Fork 145
DB2 Provider
Jaxel Rojas edited this page Mar 23, 2018
·
1 revision
Insight.Database works with IBM.Data.DB2 provider for .NET.
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
- Table-Valued Parameters are not supported.
- 6.+, Only the x64 driver is supported.
- Home
- About
- Getting Started
- Connections
- Execute
- Getting Results
- Advanced Results & Mapping
- Insert/Update Considerations
- Data Types
- Write Even Less Code
- Performance & Speed
- Other Topics
- Supported Databases
- Working with the Code