Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to make ActiveX Dll or Exe persistent

Status
Not open for further replies.

chunbo

Programmer
Jan 9, 2003
16
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top