@All,
Well, Codeplex hosed that reply up pretty well.
Let me know if the A & B pointers are confusing...
Also, buried in the above is a subtle 'cry for help' if anyone out there has gotten big data back from a host AND gotten this to work:
Always happy to share!
pat
:)
_
NOTE: There also may be a subtlety revolving around a command prompt being RETURNED, and the command prompt being ECHOED..._
Well, Codeplex hosed that reply up pretty well.
Let me know if the A & B pointers are confusing...
Also, buried in the above is a subtle 'cry for help' if anyone out there has gotten big data back from a host AND gotten this to work:
Dim asynch As System.IAsyncResult = cmd.BeginExecute()
If asynch.IsCompleted() then
[...]
I'd love to get out of the timeout business, but today, I need it... :(Always happy to share!
pat
:)
_
NOTE: There also may be a subtlety revolving around a command prompt being RETURNED, and the command prompt being ECHOED..._