TMySSLIOHandler ?

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
mementom
Posts: 1
Joined: Thu 26 Jun 2008 11:03

TMySSLIOHandler ?

Post by mementom » Thu 26 Jun 2008 11:15

SecureBridge's component TMySSLIOHandler lets MyDAC connect to MySQL server through SSL connection and gives you possibility to control secured connection.
I'm sorry, but after installation of recent SecureBridge components no any MySSLIOHandler component appeared. I noticed, MySSHIOHandler is installing with some demo project, but where is MySSLIOHandler?

thanks.

ps: i am using MyDac v. 5.10.0.10

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Post by Dimon » Fri 27 Jun 2008 14:40

The TMySSLIOHandler component is included into MyDAC as a demo project. Please make sure that you have the most recent version of MyDAC.
You can find the component package by the following path: MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\Delphi7\mydacsbridge70.dpk.
MyDAC_InstDir is the MyDAC installation directory on your computer.
Just open this package and install it.

Post Reply