MySQL connection

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
teunis
Posts: 48
Joined: Wed 01 Feb 2006 14:15
Location: Curacao

MySQL connection

Post by teunis » Thu 14 Jun 2007 01:22

ScB. for Delphi 6 was downloaded
In the manual TMySSHIOHandler is mentioned. Unfortunately I can't find it
in the SecureBridge components nor the MyDac components.
With ScSSHClient, ScSSHChannel, ScFileStorage I can make a tunnel to
the server where mysqld is running.
it works fine.
1] How to get TMySQLIOHandler?
2] Which one runs faster, safer etc. MySSHIOHandler OR ScSSHChannel?
:?:

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

Post by Dimon » Thu 14 Jun 2007 10:07

In order to connect to MySQL server using SSH, you should use the TMySSHIOHandler component.

This component is included into MyDAC as a demo project. You can find this demo in the
MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\ directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.

teunis
Posts: 48
Joined: Wed 01 Feb 2006 14:15
Location: Curacao

Post by teunis » Thu 14 Jun 2007 12:02

No it is not there.
I am using MyDAC 5.00.0.4 for D6
How to get it?
By the way. Connection and executing Querries is also possible
with the ScSSHChannel.
Can anyone who has experience withSecureBridge tell me which connection
is better faster etc.
Teunis

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

Post by Dimon » Fri 15 Jun 2007 06:25

You can find the TMySSHIOHandler component in the new MyDAC build. You can download it with the following link:
http://crlab.com/mydac/mydac6.exe

mvalent
Posts: 62
Joined: Thu 04 Nov 2004 17:42

Post by mvalent » Thu 21 Jun 2007 10:10

Dimon wrote: MyDAC_InstDir\Demos\TechnologySpecific\SecureBridge\ directory.
MyDAC_InstDir is the MyDAC installation directory on your computer.
This is not correct in Vista !!!!
In Vista the Demos directory is NOT in the MyDAC install directory.

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

Post by Dimon » Thu 21 Jun 2007 15:06

Because of peculiarities of Windows Vista, MyDAC installs demo projects in the following directory:
Documents and Settings\All Users\Documents\CoreLab\MyDac for Delphi 2007\Demos\

Post Reply