Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 COM, triggers and table locks

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2001-07-26 : 10:13:28
David writes "I built a COM object in vb. I also created a stored procedure (that uses the sp_OACreate/sp_OADestroy procs to call the dll). When i run the stored proc the object runs fine, however when i try to call the stored proc from a trigger it fails. The problem is that the COM object needs to read from the table that fired the trigger, i think that the trigger locks the table until it finishes. How can i make this work? i'm using sql server 7.0"
   

- Advertisement -