c# - Using sql transactions -


i've began learn using transactions in application when running multiple queries.

i've done have question , concern.

so far i've tried in sql server, while debugging program noticed can't access table while transaction hasn't finished. opening table in sql server management studio gives me timeout expired error. possible prevent this? same happen in oracle database?

another concern, how transactions affect triggers? trigger execute when call transaction.commit()?


Comments

Popular posts from this blog

android - Pass an Serializable object in AIDL -

How to provide Authorization & Authentication using Asp.net, C#? -

How to use Authorization & Authentication in Asp.net, C#? -