Re: DSN Connection - WeOnlyDo Discussion board

Re: DSN Connection (General questions)

by woddrazen, Monday, January 09, 2012, 16:56 (4500 days ago) @ jasnew1969

Hi,


Problem you are receiving is with many dababase clients because they block the thread when you use them. wodSSHTunnel lives is same thread where database client is and cannot process windows messages. So everything freeze.

Here are suggestions you can try to solve this issue:
- move database client to separate thread
- or you can use EXE version of wodSSHTunnel (wodTunnel.EXE) wodSSHTunnel.exe is out of process COM object that can work in separate process
- or set Threads Property to True. Please make sure that your programming environment supports multithreading

Let us know how it goes.


Regards,
Drazen


Complete thread: