UniDirect .NET - .NET - V2.10

par Devart (formerly Core Lab) - Type de produit : Composant / .NET Class / .NET Compact Framework

Veuillez noter que les informations sur les produits ne sont pas disponibles en français.
Capture d'écran - UniDirect .NET - .NET - V2.10Provide access to major database servers from your .NET application. UniDirect .NET Data Provider offers universal access to data from different databases for the Microsoft .NET Framework. It supports most major database servers, including Microsoft SQL Server, Microsoft Access, Oracle, DB2, MySQL, PostgreSQL, InterBase, and Firebird. Other servers can be accessed through their ADO.NET, OLE DB and ODBC providers. The main feature of UniDirect .NET is an access to multiple database servers with the same code. With UniDirect .NET it is possible to avoid writing conditional code for different providers or using ADO.NET interfaces directly. UniDirect .NET implements full support of design-time development and integration with your IDE, which reduces development time.

A partir de
$97.95
Calculer le prix en

Nos prix standard sont montrés ci-dessous. Veuillez vous connecter pour voir vos prix.

UniDirect .NET V2.10 - Standard

Ajouter au Caddie $ 97.95 1 Developer License Téléchargement (4.1 Mo)
Ajouter au Caddie $ 681.05 1 Company License (Allows Unlimited Developers at a Single Company) Téléchargement (4.1 Mo)

UniDirect .NET V2.10 - Professional

Ajouter au Caddie $ 195.95 1 Developer License Téléchargement (6.6 Mo)
Ajouter au Caddie $ 97.95 1 Developer License - Upgrade from Standard (same version) Téléchargement (6.6 Mo)
Ajouter au Caddie $ 979.95 1 Company License (Allows Unlimited Developers at a Single Company) Téléchargement (6.6 Mo)

UniDirect .NET V2.10 - Mobile

Ajouter au Caddie $ 97.02 1 Developer License Téléchargement (3.1 Mo)

Ce produit est disponible dans le cadre du programme de tarification GSANos prix comprennent le support technique ComponentSource et, pour la majorité des produits téléchargeables, une sauvegarde en ligne ainsi qu'une mise à niveau GRATUITE si la nouvelle version est parue pendant les 30 jours consécutifs à votre achat.  Toutes les ventes sont sujettes à nos Termes et Conditions standard à notre Politique de renvoi. Veuillez nous contacter si vous avez besoin d'une option de licence (licence de volume et versions précédentes) qui ne figure pas sur la liste ci-dessus.

Nos prix standard sont montrés ci-dessus. Veuillez vous connecter pour voir vos prix.

UniDirect .NET doesn't implement a database specific access layer for all databases, it uses native ADO.NET providers and depends on their functionality. The Professional Edition of UniDirect .NET includes bundled data providers for Oracle, MySQL and PostgreSQL . For all other servers you need a native data provider.

UniDirect .NET provides functionality for connecting to a database, executing commands, and retrieving results. These results can be processed directly or placed in an ADO.NET DataSet for further processing in a disconnected state. While in the DataSet, data can be exposed to the user, combined with other data from multiple sources, or passed remotely between tiers. Any processing performed on the data in the DataSet can then be reconciled with the database.

There are core classes that make up UniDirect .NET data provider:

  • UniConnection - Establishes a connection to the database server and begins a transaction
  • UniCommand - Executes SQL statements and stored procedures at database, and exposes parameters
  • UniDataReader - Exposes and reads a forward-only stream of data from the database
  • UniDataAdapter - Populates a DataSet and resolves updates with the database
  • UniTransaction - Manages database transactions
  • UniParameter - Defines input, output, and return value parameters for commands and stored procedures
  • UniException - Returned when an error is encountered on a database

Along with the core classes listed in the preceding table, UniDirect .NET data provider also contains classes extending its base functionality and allowing to accomplish additional tasks:

  • UniCommandBuilder - A helper object that will automatically generate command properties of UniDataAdapter and populate the UniParameter collection of UniCommand object
  • UniConnectionStringBuilder - Designed to construct a connection string by assigning values to appropriate properties
  • UniMonitor - Monitors dynamic SQL execution in applications that use UniDirect .NET
  • UniProvider - Represents a custom ADO .NET data provider which can be used with UniDirect .NET provider
  • UniScript - Executes series of SQL statements separated by special symbols

Key features

  • Universal access to data of different databases
  • Supports all major databases
  • Supports most of the popular ADO.NET providers
  • 100% managed code
  • High performance
  • Bundled data providers for Oracle, MySQL and PostgreSQL
  • UniSQL for writing server-independent queries
  • Provider-specific types infrastructure
  • Fill DataSet with several CURSOR for Oracle Database
  • Asynchronous execution support
  • DataSet Wizard to leverage design-time setup
  • Generate DataSet Wizard
  • Support for Data Access Application Block in Enterprise Library
  • ASP.NET data providers: Membership provider, Role provider, Session State provider, Profile provider
  • Easy to deploy
  • Base-Class-Based provider model
  • .NET Compact Framework support
  • Advanced connection pooling
  • UniScript component to execute scripts
  • Ability to retrieve metadata information
  • Ability of monitoring query and stored procedures execution
  • Advanced design-time editors
  • Easy migration from SQL Server, OLE DB, ODBC and Oracle Data Providers with Migration Wizard
  • Help integrated into Visual Studio .NET and Borland Delphi

Supported providers

UniDirect .NET Data Provider is shipped with support for sets of ADO.NET providers. The Standard Edition of UniDirect .NET doesn't include any of the supported providers. You need to install necessary providers separately. The Professional Edition of UniDirect .NET includes the OraDirect .NET, MySQLDirect .NET, and PostgreSQLDirect .NET data providers (run time of the Standard Edition of these providers).

Provider Description

  • .NET Framework Data Provider for SQL Server – Uses its own protocol to communicate with SQL Server. It is lightweight and performs well because it is optimized to access a SQL Server directly without adding an OLE DB or Open Database Connectivity (ODBC) layer
  • .NET Framework Data Provider for OLE DB -  Usesnative OLE DB through COM interop to enable data access
  • .NET Framework Data Provider for ODBC - Uses native ODBC Driver Manager through COM interop to enable data access
  • .NET Framework Data Provider for Oracle - Enables data access to Oracle data sources through Oracle client connectivity software. The data provider supports Oracle client software version 8.1.7 and later
  • Microsoft Access Provider - The provider for MS Access enables data access to Microsoft Access data sources through OLE DB. Recommended for single-tier applications using Microsoft Access databases
  • OraDirect .NET Data Provider- Provides direct access to Oracle database server with or without the Oracle Call Interface (OCI). The data provider supports Oracle Client software version 8.0 and later
  • MySQLDirect .NET Data Provider - MySQLDirect .NET is data provider to direct access to MySQL database server for the Microsoft .NET Framework. Data provider can access MySQL server either using native MySQL network protocol directly or through MySQL client library
  • PostgreSQLDirect .NET Data Provider - Provides direct access to PostgreSQL database for the Microsoft .NET Framework. Data provider uses native message-based protocol for communication with PostgreSQL database server
  • Oracle Data Provider for .NET - Enables data access to Oracle data sources through Oracle client connectivity software. The data provider supports Oracle client software version 9.2 and later
  • IBM DB2.NET Data Provider - Allows your .NET applications to access Version 8 DB2 Universal Database on Windows, UNIX, and Linux-based computers, and Version 6 and Version 7 of DB2 Universal Database for OS/390 and z/OS via DB2 Connect
  • Firebird ADO.NET Provider - The .NET Data Provider for Firebird 1.x, 2.0, and InterBase 7.5 databases. Available for .NET Framework 2.0 only

Any provider not listed here still can be used with UniDirect .NET. Refer to UniDirect .NET and Arbitrary Data Providers topic in the documentation.

Editions

UniDirect .NET has three editions: Professional, Standard and Mobile. The Standard edition includes ADO.NET core classes and classes for native data types only. Professional edition includes additional classes, design-time extensions and wizards. Mobile edition is equivalent to Standard edition for .NET Compact Framework. Note that Professional edition is shipped with built-in data providers for Oracle, MySQL and PostgreSQL.

Standard

  • .NET Framework support
  • ADO.NET core classes
  • Native data types classes and structures
  • UniCommandBuilder class
  • UniScript class
  • UniMonitor class
  • Design-time features, including component editors and property editors
  • Advanced Visual Studio .NET 2005 integration (Server Explorer and other features)
  • Migration Wizard

Mobile

  • .NET Compact Framework support
  • ADO.NET core classes
  • Native data types classes and structures
  • UniCommandBuilder class
  • UniScript class
  • UniMonitor class
  • Design-time features, including component editors and property editors

Professional

  • .NET Framework support
  • ADO.NET core classes
  • Native data types classes and structures
  • UniCommandBuilder class
  • UniScript class
  • UniMonitor class
  • Bundled data providers for Oracle, MySQL and PostgreSQL
  • Enterprise Library support
  • ASP.NET 2.0 providers support
  • Design-time features, including component editors and property editors
  • Advanced Visual Studio .NET 2005 integration (Server Explorer and other features)
  • Dataset Wizard
  • Migration Wizard
  • DBMonitor support

Recherche produit

Entrez vos critères de recherche :

Award