
MultiThreading in VB6 with COM Iteraction
I have to design a vb component that can thread execution of calls to Oracle
Object for OLE and once the thread has completed the execution it would
return the DynaSet to the ThreadControler.
The launched thread would have responsibility to do all up to the point
where it can return the DynaSet which is COM based.
Thanks