Powered by Zoomin Software. For more details please contactZoomin

DataDirect Connect for ADO.NET Data Provider Help

Namespaces

  • Last Updated: April 16, 2026
  • 1 minute read
    • ADO.NET
    • Documentation

The namespace for the Sybase data provider is DDTek.Sybase. When connecting to the Sybase database, you use the SybaseConnection and SybaseCommand objects in the DDTek.Sybase namespace.

The namespace for the Common assembly is DDTek.Data.Common. The Common assembly contains features that apply to all of the DataDirect Connect for ADO.NET data providers, such as support for bulk load.

The following code fragment shows how to include the namespace for the Sybase data provider in your applications.

C#

// Access Sybase database
using System.Data;
using DDTek.Sybase;
TitleResults for “How to create a CRG?”Also Available inAlert