Click here to Skip to main content
15,881,757 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionRolling Back Inserted Value using Code Pin
indian14321-Sep-10 13:30
indian14321-Sep-10 13:30 
AnswerRe: Rolling Back Inserted Value using Code Pin
Not Active21-Sep-10 15:21
mentorNot Active21-Sep-10 15:21 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 5:10
indian14322-Sep-10 5:10 
AnswerRe: Rolling Back Inserted Value using Code Pin
future383921-Sep-10 15:25
future383921-Sep-10 15:25 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14321-Sep-10 18:12
indian14321-Sep-10 18:12 
GeneralRe: Rolling Back Inserted Value using Code Pin
Not Active22-Sep-10 2:26
mentorNot Active22-Sep-10 2:26 
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 4:29
indian14322-Sep-10 4:29 
GeneralRe: Rolling Back Inserted Value using Code Pin
T M Gray22-Sep-10 4:53
T M Gray22-Sep-10 4:53 
What makes you think deletion is more overhead than rollbacks? Having the server track 50 simultaneous inserts in one transaction is almost certainly more overhead as long as you manage your connections properly and use stored procedures.

If you are inserting into 50 tables at once it really sounds like you need to change your data model. You probably need to denormalize your OLTP data a bit to optimize for inserts.
GeneralRe: Rolling Back Inserted Value using Code Pin
indian14322-Sep-10 6:15
indian14322-Sep-10 6:15 
GeneralRe: Rolling Back Inserted Value using Code Pin
T M Gray22-Sep-10 9:03
T M Gray22-Sep-10 9:03 
Questionhow to save both text and image together Pin
Dhyanga21-Sep-10 10:05
Dhyanga21-Sep-10 10:05 
AnswerRe: how to save both text and image together Pin
Abhijit Jana21-Sep-10 10:44
professionalAbhijit Jana21-Sep-10 10:44 
GeneralRe: how to save both text and image together Pin
Dhyanga21-Sep-10 11:31
Dhyanga21-Sep-10 11:31 
GeneralRe: how to save both text and image together Pin
Abhijit Jana21-Sep-10 12:11
professionalAbhijit Jana21-Sep-10 12:11 
GeneralRe: how to save both text and image together Pin
Dhyanga21-Sep-10 12:24
Dhyanga21-Sep-10 12:24 
GeneralRe: how to save both text and image together Pin
Anurag Gandhi22-Sep-10 1:58
professionalAnurag Gandhi22-Sep-10 1:58 
GeneralRe: how to save both text and image together Pin
Dhyanga22-Sep-10 2:48
Dhyanga22-Sep-10 2:48 
Questionerror in inserting data(pls help) Pin
future383921-Sep-10 6:35
future383921-Sep-10 6:35 
AnswerRe: error in inserting data(pls help) Pin
Karthik. A23-Sep-10 8:23
Karthik. A23-Sep-10 8:23 
Questionmobile page width Pin
Jassim Rahma21-Sep-10 5:58
Jassim Rahma21-Sep-10 5:58 
AnswerRe: mobile page width Pin
NeverHeardOfMe21-Sep-10 6:33
NeverHeardOfMe21-Sep-10 6:33 
Questionproblem in generating New Empty Datarow with Empty TextBoxes in Gridview on ButtonClick Pin
Amit Spadez21-Sep-10 0:01
professionalAmit Spadez21-Sep-10 0:01 
AnswerRe: problem in generating New Empty Datarow with Empty TextBoxes in Gridview on ButtonClick Pin
Not Active21-Sep-10 2:27
mentorNot Active21-Sep-10 2:27 
QuestionDataObjectMethod Pin
future383920-Sep-10 14:31
future383920-Sep-10 14:31 
AnswerRe: DataObjectMethod Pin
Luc Pattyn20-Sep-10 15:16
sitebuilderLuc Pattyn20-Sep-10 15:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.