I have several VB applications share the same ActiveX Exe which is responsible for RDBMS access.
When the first VB application invoke the ActiveX Exe, the database is accessed and result is stored in the ActiveX Exe.
I want the ActiveX Exe keep running forever and waiting for the 2nd and 3rd VB application's invoke, so that the DBMS result retrieved by the 1st VB application can be reused in the future.
How could I implement such a persistent object?
Is it possible to build such a component in ASP or ASP.net?
Thanks
David
When the first VB application invoke the ActiveX Exe, the database is accessed and result is stored in the ActiveX Exe.
I want the ActiveX Exe keep running forever and waiting for the 2nd and 3rd VB application's invoke, so that the DBMS result retrieved by the 1st VB application can be reused in the future.
How could I implement such a persistent object?
Is it possible to build such a component in ASP or ASP.net?
Thanks
David