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

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -