Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASA9.0 Problem

Status
Not open for further replies.

ajayg

Programmer
Joined
Oct 24, 2000
Messages
7
Location
US
I have a .net 1.0 framework appln which supports multiple db's. I have a stored proc. which generates new id's . These new id is then supplied to the specific table for inserting new records.
Problem I am facing is : The procedure works for single iterations.
But the db enters in a dead lock state when I execute the sp in nested loop.
Process flow:
sp.dll->generates new rec id.
comp1.dll->generates new record for the table using sp.dll o/p.
comp2.dll->generates new record for another table using sp.dll o/p.

assume comp2.dll is instantiated in the comp1.dll code.

Regards,
Ajay



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top