forked from jonwagner/Insight.Database
-
Notifications
You must be signed in to change notification settings - Fork 0
DB2 Provider
Jon Wagner edited this page Mar 11, 2014
·
2 revisions
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 package from NuGet.
- Table-Valued Parameters are not 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