VB6 & MySQL - WeOnlyDo Discussion board

VB6 & MySQL (General questions)

by michael090, Wednesday, March 09, 2005, 06:08 (7011 days ago)

Hello Sir,

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

Re: VB6 & MySQL

by wodSupport, Wednesday, March 09, 2005, 15:46 (7010 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.