Transactions
-
Hello every body! I am writing a C# application using SQL Server as a database. I run transactions on some tables of my database. I want to write something like a trigger for example, that if a transaction rollbacks, for whatever reason, the database itself tries it one more time and then send the response to the application. Is it possible or not? If yes, how can I do this? Thanks in advance
-
Hello every body! I am writing a C# application using SQL Server as a database. I run transactions on some tables of my database. I want to write something like a trigger for example, that if a transaction rollbacks, for whatever reason, the database itself tries it one more time and then send the response to the application. Is it possible or not? If yes, how can I do this? Thanks in advance
Well any transaction is role backed by the database not by the Front end application because data within transaction does not full fill the criteria , Thats why is role backed. It will not Commit the transaction unless and until it fulfills the criteria set whether you send this from front end or from back end
Best Of Regards, SOFTDEV If you have knowledge, let others light their candles at it