Using TMyConnection in EntityDAC
The standard way to work with the TMyConnection class in EntityDAC is through EntityDAC.DataProvider.MyDAC. However, this built-in provider does not support advanced TMyConnection features.
If you require such functionality, consider creating a custom data provider. You can use sample implementations as a base for building a custom provider that exposes the required TMyConnection capabilities. These examples are located in the following directory:
[EntityDAC installation folder]\Demos\DataProviders\
Related Articles
How to get specified Entity from TMappedCollection in EntityDAC
EntityDAC does not provide a method equivalent to TDataSet.Locate. However, you can achieve similar functionality by iterating through a collection to retrieve the desired item, as demonstrated in the EntityDAC demo ("Get Entities by Collections"). ...
Unable to Connect Using macOS DSN Configuration
If you’ve installed an ODBC driver on macOS but can’t proceed with setting up a DSN because the iODBC Data Source Administrator app is missing, here’s how to resolve the issue. Step 1: Install iODBC Manager To test and manage ODBC connections on ...
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 ...
How to Install MySQL on Windows Using MySQL Installer
This article provides a comprehensive walkthrough on how to install MySQL on Windows using the official MySQL Installer. Follow the step-by-step guide to ensure MySQL Server and its tools are installed and configured correctly for development or ...