MyDAC

TMyConnection.IOHandler Property

Used to assign an external component for communication between MyDAC and MySQL server.

Class

TMyConnection

Syntax

property IOHandler: TCRIOHandler;

Remarks

Use the IOHandler property to assign an external component for communication between MyDAC and MySQL server. The component must be a descendant of the TMyIOHandler abstract class.

There is an example of implementation and usage of such component in the SecureBridge demo. This component provides integration with the SecureBridge library, so SecureBridge should be also installed to build and install it. You can read more about this demo in the Demo Projects topic, and in the Readme.html file located in the the SecureBridge demo directory.

SecureBridge is a library that can be used for ensuring protection of important data transferred between MySQL server and MyDAC based applications through public networks.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback