Transaction-Sql
-
Hi everybody, please any one could tell me how I can use transaction for multiple records. e.g. if I have a multiple check boxes selection and I want to save them all in database through transaction. any Idea would be appreciated. thanks regards learner
-
Hi everybody, please any one could tell me how I can use transaction for multiple records. e.g. if I have a multiple check boxes selection and I want to save them all in database through transaction. any Idea would be appreciated. thanks regards learner
The big questions are: 1 - how does this relate to ASP.NET 2 - given that the answer to your question is 'to use transactions', is what you're really asking, is for someone to write you a mini article b/c you don't know how to use google and have no references ? 3 - do you understand what a transaction does for you in this instance ?
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi everybody, please any one could tell me how I can use transaction for multiple records. e.g. if I have a multiple check boxes selection and I want to save them all in database through transaction. any Idea would be appreciated. thanks regards learner
in a transaction you can send query. then why not you use the insert query for checked checkboxes using for loop or foreach :-O