Re: DSN Connection (General questions)
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:
- DSN Connection - jasnew1969, 2012-01-09, 16:41
- Re: DSN Connection - woddrazen, 2012-01-09, 16:56
- Re: DSN Connection - jasnew1969, 2012-01-09, 19:17
- Re: DSN Connection - woddrazen, 2012-01-09, 19:27
- Re: DSN Connection - jasnew1969, 2012-01-09, 21:04
- Re: DSN Connection - jasnew1969, 2012-01-09, 21:43
- Re: DSN Connection - woddrazen, 2012-01-09, 22:22
- Re: DSN Connection - jasnew1969, 2012-01-09, 21:43
- Re: DSN Connection - jasnew1969, 2012-01-09, 21:04
- Re: DSN Connection - woddrazen, 2012-01-09, 19:27
- Re: DSN Connection - jasnew1969, 2012-01-09, 19:17
- Re: DSN Connection - woddrazen, 2012-01-09, 16:56