I have written an com callable class that basically wraps another .net
assembly to allow the .net object to be called using automation. The
underlying object creates a database connection that I keep open between
method calls for performance reasons. For this reason, my wrapper ...