dotConnect for MySQL
The current
implementation of dotConnect for MySQL includes two sets of assemblies:
1) the .NET Framework Devart.* assemblies which are
shipped with installation:
* assemblies are
created in C:\Program Files (x86)\Devart\dotConnect\MySQL\ , GAC 2.0
(C:\Windows\assembly\GAC_MSIL\), GAC 4.0
(C:\Windows\Microsoft.NET\assembly\GAC_MSIL\)
2) the .NET Standard (.NET Core) Devart.* assemblies
which are available via NuGet:
With .NET Framework projects, please
use .NET Framework Devart.* assemblies (C:\Program Files (x86)\Devart\dotConnect\MySQL\).
dotConnect for Oracle
The current
implementation of dotConnect for Oracle includes two sets of assemblies:
1) the .NET Framework Devart.* assemblies which are
shipped with installation:
* assemblies are
created in C:\Program Files (x86)\Devart\dotConnect\Oracle\ , GAC 2.0
(C:\Windows\assembly\GAC_MSIL\), GAC 4.0
(C:\Windows\Microsoft.NET\assembly\GAC_MSIL\)
2) the .NET Standard (.NET Core) Devart.* assemblies
which are available via NuGet:
With .NET Framework projects, please
use .NET Framework Devart.* assemblies (C:\Program Files (x86)\Devart\dotConnect\Oracle\).
Related Articles
Can a Single License Be Shared by Two Users on a Remote Machine?
According to the company's End User License Agreement (EULA) policy, each purchased license provides a key that can be used for activation on two machines simultaneously. For more details, please refer to the following link: Devart EULA. It's ...
dotConnect for Oracle distribution
dotConnect for Oracle is distributed in two ways: - As the installer that provides assemblies for Full .NET Framework, documentation, samples, and all the necessary files. - As NuGet packages with .NET Standard compatible assemblies for .NET Core. ...
How to Connect to MySQL Server
In the second article of the series uncovering how to get started with MySQL, we talk about the ways of connecting to MySQL Server. You can connect to MySQL Server using MySQL Client, dbForge Studio for MySQL, and MySQL Workbench. In this article, we ...
Using SSL with dotConnect for PostgreSQL from NuGet
When using dotConnect for PostgreSQL via NuGet packages, note that SSL support is not included in the NuGet assemblies by default. To enable SSL connections, you must manually add the necessary assemblies from the full Devart installation package to ...
How to Connect Using ODBC in Crystal Reports
Crystal Reports allows users to build custom reports by connecting to various data sources. To connect using an ODBC driver, follow these steps: Step 1: Create a Crystal Reports Application Launch Crystal Reports and create a new report. Select a ...