IBM DB2 .NET PROVIDER
The Only 100% Managed Code DB2 .NET Provider for All DB2 Versions and Platforms
100% Managed vs. Unmanaged Provider 
Click to Enlarge
Progress DataDirect Connect DB2 .NET data providers are thoroughly proven in data transaction intensive environments in which high performance, stability, and security are mission-critical requirements.
Try it now – DB2 .NET provider download.
- Best application performance and scalability for DB2 .NET
- No need for costly and cumbersome DB2 Connect client libraries
- Support for many of the latest .NET technologies, including DB2 ADO.NET Entity Framework (EF 4.2 and 1.0)
- Flexible and cost effective deployment
- Secure, end-to-end application data access with industry standard security features
|
Exposes the Full Range of DB2 for iSeries Features to ADO.NET Entity Framework (EF 4.2 and 1.0) Applications |
By leveraging a100% managed code architecture, there is absolutely no need to deploy the DB2 client libraries with Entity Framework (EF 4.2 and 1.0) applications. In addition, this architecture delivers the best possible runtime performance to all Entity Framework applications. |
|
Improves the Performance and Scalability of .NET DB2 Applications |
|
|
Provides Comprehensive Database / Platform Coverage from One Vendor |
DataDirect can serve all your data connectivity needs, for any API (JDBC, ODBC, .NET) for any major database—SQL Server, Oracle, DB2, Sybase, and more, while offering extensive platform support. |
|
Enables Faster, More Flexible Deployment |
Because it doesn't require database client libraries, the DataDirect provider supports "side-by-side" installation, allowing you to run multiple applications using different versions of DB2 on the same machine. This eliminates the need to re-qualify unrelated applications if an application is updated. |
|
Makes It Easy and Cost Effective to Support Multiple Databases and Database Versions |
One DataDirect provider supports simultaneous connections to all DB2 versions and platforms: DB2 UDB 7.x, 8.x, and 9.x for Linux, Windows, UNIX, and z/OS; and DB2 UDB V5R1, 2, 3, and 4 for iSeries). This significantly reduces the cost of deploying and testing applications against multiple versions of DB2 and its client libraries. |
|
Ensures Secure, End-to-End Application Data Access |
DataDirect providers include advanced, industry-standard security mechanisms:
|
|
Guarantees Reliability for Demanding Production Environments |
DataDirect providers are quality tested and certified using our extensive ADO.NET Verification Suite (ADOVS), verifying all supported Windows platforms and DB2 database versions. We also test ADO.NET conformance using the Microsoft LTM (Local Test Manager). This comprehensive testing ensures that you can develop the most robust DB2 .NET application. |
|
Offers 100% Specification Compliance and Robust Functionality |
DataDirect providers are certified for use with .NET Framework versions 2.0, 3.0, 3.5, and 4.x (32-bit and 64-bit), are fully compliant with ADO.NET 3.5, and offer advanced functionality such as:
|
|
Reduces Total Cost of Ownership through Superior Technical Support |
Focused on database connectivity, our award-winning support includes 24x7 phone, web, email, forum, and an extensive knowledgebase. Superior technical support is essential to resolve data connectivity issues quickly, thereby reducing the total cost of ownership of software. |
ADO.NET Programmability
- ADO.NET Entity Framework (EF 4.2 and 1.0) Support for DB2 for iSeries
- Enterprise Libraries 5.0
- NHibernate
- ADO.NET 3.5
- 100% managed code architecture delivers more throughput while using fewer CPU, memory, and network resources
- Visual Studio integrated Performance Tuning Wizard
- Multiple connection tuning options
- Bulk load operations via ADO.NET Bulk APIs
- Pooling and managing connections
- Statement caching
- Single Sign-On
- Optimized data, data type conversions
- Tunable socket, array size, and DataSet management
- Batching and throughput optimization
- Operating system authentication (aka Single Sign-On) via Kerberos
- SSL data encryption
- Optimal use of .NET Framework security controls
Enterprise Application Functionality
- Connection failover and load balancing
- Bulk load operations via ADO.NET Bulk APIs
- Side-by-side installation
- Load balancing
- ClickOnce deployment
- SQL up-leveling
- Interoperability between databases and different versions of each database
- Single Sign-On
- Statistics in Entity Framework
Provider Functionality
- Support for LINQ, Entity SQL, and Microsoft Enterprise Libraries
- Seamless integration with Visual Studio 2005, 2008, 2010 and 2012
- Support for Lightswitch 2012
- One provider supports all versions of a database
- Statistical counters integrated with Windows perfmon
- Full Unicode and ANSI character set support
- Built-in runtime troubleshooting and tracing capabilities
- Advanced data type support
- Distributed transaction support
- Connection Statistics and Client Monitoring Information
DB2 Features
- XA transactions
- 2 MB SQL Statements
- 128 bit column names
- Supports returning errors from stored procedures and SQL statements using the RAISE_ERROR function
- Use Current Schema – Can restrict results from a meta-data collections query to a specific database schema
- Workload Manager (WLM) support - Enterprise applications experience the greatest benefit of this feature, which allows a user to specify performance goals and priorities for connections created through our provider. Available for DB2 on LUW and z/OS.
.NET Framework
- Support for .NET Framework 2.0, 3.0, 3.5, 3.5 SP1 and 4.x
- 32-bit and 64-bit version support
- Support for .NET Framework 1.x
- Silverlight support
|
Advantages of DataDirect's DB2 Data Provider |
Limitations of IBM's DB2 Data Provider |
|---|---|
|
100% managed code This improves application performance, scalability, stability, and security by eliminating the application’s reliance on components that reside outside the managed environment. |
IBM’s provider is not 100% managed because it either bridges into the DB2 Call Level Interface (CLI), or uses DB2 Connect client libraries, which means it makes calls to unmanaged code. If you’re deploying many .NET applications, or if your applications need to handle large amounts of data, these numerous calls outside the CLR can seriously degrade performance and become a scalability nightmare. |
|
No database client libraries required |
IBM providers require native database clients be installed. |
|
Best ADO.NET provider performance and scalability DataDirect providers expose the full range of DB2 for iSeries features to ADO.NET Entity Framework (EF 4.2 and 1.0) applications. By leveraging a 100% managed code architecture, there is absolutely no need to deploy the DB2 client libraries with Entity Framework (EF 4.2 and 1.0) applications. In addition, this architecture delivers the best possible runtime performance to all Entity Framework (EF 4.2 and 1.0) applications. DataDirect providers are optimized for best possible performance in the most common application scenarios, especially those handling large amounts of data. The provider is tunable for an infinite variety of application usage scenarios so your application will always run faster and support more users with the same hardware resources. |
Requires either calls into the DB2 CLI or DB2 Connect client libraries, causing it to bridge into unmanaged code. Client libraries are not optimized for ADO.NET and create communication overhead on the network that degrades performance and impacts scalability. |
|
Faster, more flexible application deployment |
Requires different client libraries on each machine where the data provider is deployed. If multiple applications are running on the same machine, they will all be forced to use the same underlying client libraries. This can be painful if there are several applications that need to be certified for a particular version of the client libraries. |
|
Robust security features DataDirect providers include advanced security features such as SSL (Secure Socket Layer) data encryption and operating system authentication (aka Single Sign-On) via Kerberos. |
Calls to unmanaged code in the DB2 client libraries bypasses the .NET CLR security. This opens a door to potential compromise via code that uses pointers or has direct access to memory or machine registers. Once that unmanaged code is executing, the CLR can no longer check it. |
|
One provider supports multiple DB2 versions This significantly reduces the costs of deploying and testing applications against multiple versions of DB2, DB2 client libraries, and different DB2 platforms. |
IBM requires different providers for different versions of DB2, and for different versions of the operating system. |
|
DataDirect Bulk Load |
Requires a proprietary tool from IBM or your own homegrown tool. |
|
Complete interoperability between databases This interoperability reduces the total cost of development, testing, and deployment for heterogeneous environments. |
Interoperability is not provided because the IBM provider is designed to work only with DB2. Organizations that need to access more than DB2 will be forced to use providers from different vendors, requiring a learning curve for each one. |
|
Reliability for demanding production environments This comprehensive testing ensures that you can develop the most robust DB2 .NET application. |
IBM’s testing infrastructure for data access components is unknown. |
|
Comprehensive Technical Support Focused on database connectivity, our award-winning support includes 24x7 phone, web, email, forum, and an extensive knowledgebase. Fast, high-quality technical assistance from data connectivity experts is essential for critical systems. |
Because IBM is not focused on data connectivity, troubleshooting can be more difficult and may take longer. |
Progress ® DataDirect Connect ® for ADO.NET is the industry’s only suite of ADO.NET data providers with a 100% managed architecture, eliminating the need for database clients, boosting performance, and delivering a flexible, secure connection to Oracle, DB2, Sybase, and Microsoft SQL Server.
ZERO NEED FOR DATABASE CLIENT SOFTWARE WITH 100% MANAGED ARCHITECTURE
All Progress DataDirect Connect for ADO.NET data providers are 100% managed, which allows .NET applications of all kinds to experience the following benefits:
- Eliminates the need to install, configure, and deploy database client libraries such as Oracle SQL*Net
- Provides superior application performance and scalability while demanding fewer CPU, memory, and network resources
- Leverages the automated memory and object management and Code Access Security features of running entirely within the CLR
- Allows “side-by-side” installation of .NET assemblies that each require connectivity to different versions of a particular database
SUPPORT KEY .NET DEVELOPMENT ENVIRONMENTS AND TECHNOLOGIES
Progress DataDirect Connect for ADO.NET supports many of the latest .NET technologies, including:
- ADO.NET Entity Framework (EF 4.0 and 1.0)
- LINQ to Entities
- Entity SQL (ESQL)
- NHibernate
- Microsoft Enterprise Libraries (DAAB - Data Access Application Block)
- ADO.NET Bulk APIs
- .NET Framework 4.0
- ADO.NET 2.0 (Common Programming Model)
UNPARALLELLED .NET PERFORMANCE AND SCALABILITY
Progress DataDirect Connect for ADO.NET data providers have been benchmarked against other providers for a variety of database operations. In our test methodology, we compare the capacity and efficiency of the providers by isolating and testing these key variables: throughput, CPU efficiency, and memory usage.
- Superior throughput —Progress DataDirect throughput is unmatched, in some cases delivering up to 225% more throughput over competing data providers. Progress DataDirect provider throughput stays high and even increases as more users are added.
- Greater CPU efficiency —Progress DataDirect providers use considerably fewer CPU cycles to deliver superior throughput than competing data providers. In some cases, Progress DataDirect providers are over 400% more CPU efficient than competing data providers.
- Smaller memory footprint —Progress DataDirect providers are 100% managed, so the overall memory footprint will be significantly less because competing providers require applications to call out to unmanaged code in the database client libraries. In some cases this smaller memory footprint means using less than 25% of the memory of competing data providers.
With a faster, more resource-efficient data provider, you need less hardware to support your applications. This is particularly meaningful when your application is sharing resources with other applications deployed on a single server or running in a resource-limited environment typical of virtualization.
To learn more or download a free, 15 day trial of Progress ® DataDirect Connect ® for ADO.NET , go to www.progress.com/datadirect








