PDA

Click to See Complete Forum and Search --> : Please help me


Reflex
Sep 7th, 2002, 07:01 AM
All,

could you please help me out of this? We have written a database component in VB that establishses connection to SQL Server database. This database component is placed in COM+ and the connectionstring is set up in COM+.
We have a ASP Page that uses this database component for executing some sqls. Also the asp page calls another vb component that uses the same database component. The problem is we get several objects of this database component existing
alive when we see from complex(its in range to 1000). What could we do to eliminate these which affects many other processes? One of the things we noticed is the vb component that is using the database component marshalls an instance of the database
component throughout the project. Could this be a reason? Please help