TMyProtocol

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
iad
Posts: 34
Joined: Fri 24 Nov 2006 07:38

TMyProtocol

Post by iad » Thu 25 Jan 2007 20:51

Hi
i'm Trying to set SSL protocol on a connection during runtime.
Connection.Options.Protocol has TMYProtocol Type and i want to set it to mpSSL,
how im doing it ? which unit TMYProtocol is sitting,
im getting compilation error all the time.


Lior,

Antaeus
Posts: 2098
Joined: Tue 14 Feb 2006 10:14

Post by Antaeus » Fri 26 Jan 2007 08:21

Just add the MyClasses unit to the uses clause.

Post Reply