Used to assign an external component for communication between MyDAC and MySQL server.
property IOHandler: TCRIOHandler;
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.