I used several Disassemblers/Debuggers/Decompilers to reverse a VB6 application which connects to a remote database using msado26.tlb and mswinsck.ocx
I understood that the connection should be done using a COM calls through msvbm60.dll.
It has been told that functions like: emphasized text__vbaObjSet,__vbaLateIdCallLd,__vbaHresultCheckObj,__vbaNew2, should be used with the proper CLSID pushed/passed as argument to the call.
However, I couldn't find where exactly this call is made.
My question is:
Which "sequence of disassembly instructions". would be a call to the winsock or the ADO library?