VB6 & MySQL (General questions)

by michael090 @, (7359 days ago)

Hello Sir,

How can I use this product to connect to MySQL using VB6? Can you give me some idea?

locked

Re: VB6 & MySQL

by Jasmine, (7359 days ago) @ michael090

Yes you can. You will probably need to use EXE version of wodSSHTunnel (since it's outproc). Just add channel that listens and redirects port 3306 and that's it.

Problem is with many database clients that they block the thread when you use them - since wodSSHTunnel lives in same thread, he's unable to process windows messages, and you have everything frozen. That's why I suggest using EXE version, or trying to set Threads = True property.

locked