Re: Program lockup while using tunnel (General questions)
I doubt you'll manage to do 4th scenario - this depends on DB client software, and usually they don't have async mode supported.
And 3th scenario is very hard to do. I suggest you check out following article
http://www.freevbcode.com/ShowCode.Asp?ID=4029
about doing threads in VB. Move DB connection method to such threaded environment and it will work. We had one client long time ago doing that, and it worked.
BTW if you use any other langauge than VB then you'll be safer with threads.
Complete thread:
- Program lockup while using tunnel - user6116, 2005-07-06, 18:51
- Re: Program lockup while using tunnel - wodSupport, 2005-07-06, 20:40
- Re: Program lockup while using tunnel - user6116, 2005-07-07, 16:27
- Re: Program lockup while using tunnel - wodSupport, 2005-07-07, 16:41
- Re: Program lockup while using tunnel - user6116, 2005-07-07, 16:27
- Re: Program lockup while using tunnel - wodSupport, 2005-07-06, 20:40