N. America: (800)876-3101 | World: +44 (0) 1-344-386-367

SYBASE .NET DATA PROVIDER

The Only 100% Managed Code SYBASE .NET Data Provider for All Sybase Versions

100% Managed vs. Unmanaged Provider Sybase .NET Provider
Click to Enlarge

Progress DataDirect Connect Sybase .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 – Sybase .NET data provider download. 

  • Best application performance and scalability for Sybase
  • Eliminates the need for Sybase Open Client libraries
  • Support for many of the latest .NET technologies, including 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 Sybase 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 Sybase 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.

Improves the Performance and Scalability of .NET Sybase Applications
  • Outperforms other providers in throughput capacity and memory / CPU utilization
  • 100% managed, making no calls outside the .NET runtime environment. Completely eliminating reliance on non-managed components dramatically improves application performance and scalability.
  • High-performance Bulk Load capability enables loading large amounts of data into Sybase very quickly, without requiring application code changes or additional bulk load tools.
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 Sybase 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 Sybase 11.x, 12.x, and 15.0, which significantly reduces the cost of deploying and testing applications against multiple versions of Sybase and its client libraries
Ensures Secure, End-to-End Application Data Access

DataDirect providers include advanced, industry-standard security mechanisms:

  • SSL data encryption to secure the integrity of your data and provide client/server authentication
  • Operating system authentication via Kerberos, allowing you to include database access in a Single Sign-On environment

In addition, 100% managed code ensures no reliance on components outside the .NET managed environment, allowing the application to take full advantage of the security controls in .NET.

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 Sybase 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 Sybase.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 2.0, 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

Performance

Security

  • 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 Oracle
  • 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

.NET Framework

  • Support for .NET Framework 2.0, 3.0, 3.5, and 4.x
  • 32-bit and 64-bit version support
  • Support for .NET Framework 1.x
  • Silverlight Support

 

Advantages of DataDirect’s Sybase Data Provider

Limitations of Sybase’s Data Provider

100% managed code
Only DataDirect providers are 100% managed, making no call outside the .NET runtime environment.

This improves application performance, scalability, stability, and security by eliminating the application’s reliance on components that reside outside the managed environment.

Sybase’s provider is not 100% managed because it relies on the Open 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
Cost to develop, test, and deploy are significantly reduced because the database client libraries aren’t needed. It also eliminates application issues related to client version conflicts.

Sybase providers require native database clients be installed.

Best ADO.NET provider performance and scalability
DataDirect providers outperform other providers in throughput capacity and memory and CPU utilization.

DataDirect providers expose the full range of Sybase 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 Sybase client libraries with Entity Framework 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.

Sybase providers do not offer any support for the Entity Framework (EF 4. and 1.0) at all. Instead, they require calls to Open 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
Because it does not require database client libraries, the DataDirect provider supports “side-by-side” installation, allowing you to run multiple applications using different versions of the database on the same machine. This eliminates the need to re-qualify unrelated applications if an application is updated.

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
100% managed code ensures no reliance on components outside the .NET managed environment and allows your application to take full advantage of the security controls in .NET.

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 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 Sybase versions
One DataDirect provider supports simultaneous connections to Sybase 11.x, 12.x, and 15.0, which significantly reduces the cost of deploying and testing applications against multiple versions of Sybase and its client libraries.

This significantly reduces the costs of deploying and testing applications against multiple versions of Sybase and multiple versions of its client libraries.

Requires different providers for different versions of Sybase.

DataDirect Bulk Load
Includes a high-performance bulk load capability for loading large amounts of data very quickly. This can boost application performance for parameter array insert operations without requiring code changes or additional bulk load tools.

Requires a proprietary tool from Sybase or your own homegrown tool.

Complete interoperability between databases
SQL up-leveling and other interoperability features make it easy and cost effective for an application to support multiple databases (Sybase, Oracle, DB2, and SQL Server).

This interoperability reduces the total cost of development, testing, and deployment for heterogeneous environments.

Interoperability is not provided because the Sybase provider is designed to work only with Sybase. Organizations that need to access more than Sybase will be forced to use providers from different vendors, requiring a learning curve for each one.

Reliability for demanding production environments
DataDirect providers are quality tested and certified using the DataDirect ADO.NET Verification Suite (ADOVS).

This comprehensive testing ensures that you can develop the most robust Sybase .NET application.

Sybase’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 Sybase 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