I have just started using COM to connect to an Oracle 8 Database. What I want to do is create a COM component that connects to my Oracle DB independently from my Application, so if the App crashes and burns the connection is still active.

I am hoping that this would prevent timely log on's. Is this possible using ActiveX exe's? And how do I pass the connection from it to my App?