Hi
I have a dll installed at COM+. I exported it to an application proxy and after installed in Windows 98 clients.
In this dll there is a Connection Class that connect the SQL Server, and return a Connection Object.
I need to maintain a persistent Connection in this Component, for the other classes use, without to connect again.
I try to use a Connection Global Variable in a Module, but it didn't work.
How can I make it?
Thank you, Nandov
I have a dll installed at COM+. I exported it to an application proxy and after installed in Windows 98 clients.
In this dll there is a Connection Class that connect the SQL Server, and return a Connection Object.
I need to maintain a persistent Connection in this Component, for the other classes use, without to connect again.
I try to use a Connection Global Variable in a Module, but it didn't work.
How can I make it?
Thank you, Nandov