Click here to Skip to main content
15,891,431 members
Home / Discussions / Database
   

Database

 
Questionmanage connection to database Pin
dinakatina19-Sep-07 11:31
dinakatina19-Sep-07 11:31 
AnswerRe: manage connection to database Pin
DerekFL20-Sep-07 10:25
DerekFL20-Sep-07 10:25 
QuestionInserting table adding column problem ASP/SQL Pin
hundter19-Sep-07 8:52
hundter19-Sep-07 8:52 
AnswerRe: Inserting table adding column problem ASP/SQL Pin
pmarfleet19-Sep-07 9:37
pmarfleet19-Sep-07 9:37 
GeneralRe: Inserting table adding column problem ASP/SQL Pin
hundter19-Sep-07 10:09
hundter19-Sep-07 10:09 
GeneralRe: Inserting table adding column problem ASP/SQL Pin
pmarfleet19-Sep-07 10:14
pmarfleet19-Sep-07 10:14 
QuestionData Adapter and Updating [modified] Pin
dbrenth19-Sep-07 3:39
dbrenth19-Sep-07 3:39 
AnswerRe: Data Adapter and Updating Pin
Michael Potter19-Sep-07 5:35
Michael Potter19-Sep-07 5:35 
I believe each row looks at the status of each column. The column most likely compares the current and original values to see if it needs to be modified. Since you really didn't change anything, these values remain equivalent.

Take a look at DataRow.SetModified(), it may be able to force an update to fire your triggers. See DataRow[DataColumn, DataRowVersion] to visually check the status of each column in a row.
GeneralRe: Data Adapter and Updating Pin
dbrenth19-Sep-07 6:06
dbrenth19-Sep-07 6:06 
QuestionView or procedure Pin
samerh19-Sep-07 3:04
samerh19-Sep-07 3:04 
AnswerRe: View or procedure Pin
Pete O'Hanlon19-Sep-07 3:15
mvePete O'Hanlon19-Sep-07 3:15 
Questiongetting Row Count of DataTable in c#.net Pin
piyusgupta19-Sep-07 1:49
piyusgupta19-Sep-07 1:49 
AnswerRe: getting Row Count of DataTable in c#.net Pin
Giorgi Dalakishvili19-Sep-07 2:44
mentorGiorgi Dalakishvili19-Sep-07 2:44 
AnswerRe: getting Row Count of DataTable in c#.net Pin
PIEBALDconsult21-Sep-07 9:51
mvePIEBALDconsult21-Sep-07 9:51 
Questionhow to calculate age from given DOB in sql 2000 Pin
ramyasangeet19-Sep-07 1:16
ramyasangeet19-Sep-07 1:16 
AnswerRe: how to calculate age from given DOB in sql 2000 [modified] Pin
joemonvarghese19-Sep-07 2:05
joemonvarghese19-Sep-07 2:05 
QuestionSQL reporting Service Prob Pin
arnoldpinto8418-Sep-07 22:31
arnoldpinto8418-Sep-07 22:31 
AnswerRe: SQL reporting Service Prob Pin
pmarfleet19-Sep-07 0:22
pmarfleet19-Sep-07 0:22 
GeneralRe: SQL reporting Service Prob Pin
arnoldpinto8419-Sep-07 0:31
arnoldpinto8419-Sep-07 0:31 
GeneralRe: SQL reporting Service Prob Pin
pmarfleet19-Sep-07 0:59
pmarfleet19-Sep-07 0:59 
GeneralRe: SQL reporting Service Prob Pin
arnoldpinto8419-Sep-07 1:35
arnoldpinto8419-Sep-07 1:35 
Questionurgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 21:58
mavii18-Sep-07 21:58 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 22:13
arnoldpinto8418-Sep-07 22:13 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 22:56
mavii18-Sep-07 22:56 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 23:11
arnoldpinto8418-Sep-07 23:11 

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.