secure DB connection and execution

baappi

New member
Joined
Dec 3, 2007
Messages
4
Programming Experience
Beginner
Hi All,

I am rather a newbie to network programming . Currently I am doing a project that is involved in Client to Server Communication .

Sometimes the client program (written in VB) opens up a DB connection to a remote DB and executes some SQL statements . I am using "ADODB.Connection" to create the connection and execute the queries .

Is there any way to route the DB connection and the execution through a SSH connection . The remote DB machine is already having the SSH server running and I want to use "plink" as the SSH client .

Any help ??

Thanks in advance
Baappi
 
Back
Top