Click here to Skip to main content
15,918,742 members
Home / Discussions / C#
   

C#

 
AnswerRe: basic oop Pin
DaveyM6925-Aug-09 7:44
professionalDaveyM6925-Aug-09 7:44 
QuestionIntegrating winforms into web site (VS 2008) Pin
Dextter25-Aug-09 7:15
Dextter25-Aug-09 7:15 
QuestionTyped Datasets Pin
cdpace25-Aug-09 6:09
cdpace25-Aug-09 6:09 
AnswerRe: Typed Datasets Pin
Henry Minute25-Aug-09 8:05
Henry Minute25-Aug-09 8:05 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 9:13
cdpace25-Aug-09 9:13 
GeneralRe: Typed Datasets Pin
Henry Minute25-Aug-09 9:26
Henry Minute25-Aug-09 9:26 
GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 11:28
cdpace25-Aug-09 11:28 
GeneralRe: Typed Datasets Pin
Henry Minute25-Aug-09 12:07
Henry Minute25-Aug-09 12:07 
I did understand. One of the links on that page leads to another which details how to get a collection of the changed rows (using HasChanges and GetChanges). The changed rows have I think four versions, original, current, proposed and default (look up DataRowVersion) Once you have the changed rows, you have all the information that you need to form an Update Query for the audit table ExecuteNonQuery[^]. If at all possible you should use parameterized queries.

Note that you must do this before applying the Update(), or GetChanges returns an empty dataset.

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: Typed Datasets Pin
cdpace25-Aug-09 20:37
cdpace25-Aug-09 20:37 
QuestionHow to have a "Loading..." Form Pin
shultas25-Aug-09 5:57
shultas25-Aug-09 5:57 
AnswerRe: How to have a "Loading..." Form Pin
DaveyM6925-Aug-09 6:22
professionalDaveyM6925-Aug-09 6:22 
QuestionHow to rebuild a struct from bytes after transfer [C#] Pin
Shaitan0025-Aug-09 4:46
Shaitan0025-Aug-09 4:46 
AnswerRe: How to rebuild a struct from bytes after transfer [C#] Pin
stancrm25-Aug-09 5:20
stancrm25-Aug-09 5:20 
AnswerRe: How to rebuild a struct from bytes after transfer [C#] Pin
DaveyM6925-Aug-09 7:24
professionalDaveyM6925-Aug-09 7:24 
QuestionCompile errors in Release mode while there are no errors in Debug mode Pin
NarVish25-Aug-09 4:38
NarVish25-Aug-09 4:38 
AnswerRe: Compile errors in Release mode while there are no errors in Debug mode Pin
Hristo-Bojilov25-Aug-09 7:07
Hristo-Bojilov25-Aug-09 7:07 
QuestionThe stream does not support concurrent I/O read or write operations Pin
mbyamukama25-Aug-09 3:38
mbyamukama25-Aug-09 3:38 
AnswerRe: The stream does not support concurrent I/O read or write operations Pin
riced25-Aug-09 6:51
riced25-Aug-09 6:51 
Question[Message Deleted] Pin
ankitjain111025-Aug-09 2:56
ankitjain111025-Aug-09 2:56 
AnswerRe: how to dispaly some specific values from databse into datagrid view...am using microsoft access Pin
Henry Minute25-Aug-09 3:01
Henry Minute25-Aug-09 3:01 
AnswerRe: how to dispaly some specific values from databse into datagrid view...am using microsoft access Pin
Vasudevan Deepak Kumar25-Aug-09 3:03
Vasudevan Deepak Kumar25-Aug-09 3:03 
AnswerRe: how to dispaly some specific values from databse into datagrid view...am using microsoft access Pin
Keith Barrow25-Aug-09 3:05
professionalKeith Barrow25-Aug-09 3:05 
AnswerRe: how to dispaly some specific values from databse into datagrid view...am using microsoft access Pin
Blue_Boy25-Aug-09 3:06
Blue_Boy25-Aug-09 3:06 
AnswerRe: how to dispaly some specific values from databse into datagrid view...am using microsoft access Pin
ankitjain111025-Aug-09 3:20
ankitjain111025-Aug-09 3:20 
QuestionC# FTP Site Creation on IIs 5.1 ( System.DirectoryServices) Pin
MikeSharp25-Aug-09 2:44
MikeSharp25-Aug-09 2:44 

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.