Out of process COM

  • Thread starter Thread starter jhall
  • Start date Start date
J

jhall

In the past I have instantiated an out of process com (Activex EXE) from SQL
Server to protect the MSSQL processing space. Now I want to use VB .Net
because a friend of mine has created a pluggable data access layer assembly
in .NET. Is this possible? I heard something about a singleton remoting
object but haven't been able to find any details about it.
 
jhall said:
In the past I have instantiated an out of process com (Activex EXE) from SQL
Server to protect the MSSQL processing space. Now I want to use VB .Net
because a friend of mine has created a pluggable data access layer assembly
in .NET. Is this possible? I heard something about a singleton remoting
object but haven't been able to find any details about it.

What exactly are you trying to do? Create an ActiveX EXE in .NET?

~
Jeremy
 
That's about the long and the short of it. I don't want to create a dll
that would run in the same processing space as my SQL Server because it
could kluge the whole thing.
Thanks in advance for any help you might provide.
 
Back
Top