Database Problem
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all I am using SQL server 2000 and in the MFC program I am using CDatabase to do the database operation. Due to multithread environment some times the application give some Transaction Deadlock messages. I am not able to get much information which transaction occur the deadlock. CDBException is also of not much use. Is there any API or method that can give me more useful message regaridn the dedalock orrurance and the which transaction occurs the dead lock.
Regards Anil