Click here to Skip to main content
15,891,981 members
Home / Discussions / C#
   

C#

 
GeneralRe: copying data Pin
netJP12L5-Nov-08 7:53
netJP12L5-Nov-08 7:53 
GeneralRe: copying data Pin
led mike5-Nov-08 8:10
led mike5-Nov-08 8:10 
GeneralRe: copying data Pin
netJP12L5-Nov-08 9:47
netJP12L5-Nov-08 9:47 
GeneralRe: copying data Pin
led mike6-Nov-08 5:29
led mike6-Nov-08 5:29 
Question[Message Deleted] Pin
adgonz5-Nov-08 5:28
adgonz5-Nov-08 5:28 
QuestionRe: Add new row in DataGridView when pressing a Button Column Pin
led mike5-Nov-08 6:21
led mike5-Nov-08 6:21 
QuestionRe: Add new row in DataGridView when pressing a Button Column Pin
nelsonpaixao5-Nov-08 13:24
nelsonpaixao5-Nov-08 13:24 
QuestionDataAdapter and DBConcurrencyException Pin
mark_w_5-Nov-08 5:18
mark_w_5-Nov-08 5:18 
I am trying to put together a quick and dirty app, but have hit a problem and need a litle help!!

basically i have a DataAdpter and fill a datatable. This is then bound to a grid, and the user can edit the data (not add or delete records tho)

Easy so far!

Then they can click save and i call

_adapter.Update(_dataTable);

now if some of the data has been changed in the database i get an DBConcurrencyException. What i really want to do is prompt the user for each record that has changed by another app in the database, and ask if they want to force their values on the record or abort that record update, and continue with the rest. Can i do this, still using the _adapter.Update method? if not, whats the easyest (sp) way to do it

Many Thanks

Mark
AnswerRe: DataAdapter and DBConcurrencyException Pin
mark_w_5-Nov-08 5:59
mark_w_5-Nov-08 5:59 
QuestionMerge DataTable Pin
Kit Fisto5-Nov-08 4:48
Kit Fisto5-Nov-08 4:48 
AnswerRe: Merge DataTable Pin
snorkie5-Nov-08 6:25
professionalsnorkie5-Nov-08 6:25 
GeneralRe: Merge DataTable Pin
Kit Fisto5-Nov-08 23:32
Kit Fisto5-Nov-08 23:32 
QuestionHow can I use regex to match CSV record? Pin
stormydaniels5-Nov-08 3:57
stormydaniels5-Nov-08 3:57 
AnswerRe: How can I use regex to match CSV record? Pin
Ashfield5-Nov-08 4:13
Ashfield5-Nov-08 4:13 
GeneralRe: How can I use regex to match CSV record? Pin
stormydaniels5-Nov-08 4:44
stormydaniels5-Nov-08 4:44 
QuestionRe: How can I use regex to match CSV record? Pin
led mike5-Nov-08 4:24
led mike5-Nov-08 4:24 
AnswerRe: How can I use regex to match CSV record? Pin
stormydaniels5-Nov-08 4:47
stormydaniels5-Nov-08 4:47 
AnswerRe: How can I use regex to match CSV record? Pin
thowra5-Nov-08 8:19
thowra5-Nov-08 8:19 
QuestionHow to do a interactive camera 3D view in C# Pin
TeiUKei5-Nov-08 3:17
TeiUKei5-Nov-08 3:17 
AnswerRe: How to do a interactive camera 3D view in C# Pin
Ashfield5-Nov-08 4:12
Ashfield5-Nov-08 4:12 
GeneralRe: How to do a interactive camera 3D view in C# Pin
Andrew Rissing5-Nov-08 4:13
Andrew Rissing5-Nov-08 4:13 
AnswerRe: How to do a interactive camera 3D view in C# Pin
Andrew Rissing5-Nov-08 4:12
Andrew Rissing5-Nov-08 4:12 
GeneralRe: How to do a interactive camera 3D view in C# Pin
TeiUKei5-Nov-08 4:24
TeiUKei5-Nov-08 4:24 
GeneralRe: How to do a interactive camera 3D view in C# Pin
Andrew Rissing5-Nov-08 5:07
Andrew Rissing5-Nov-08 5:07 
Questionunable to load dll in c# windows applcation Pin
Naresh1234567895-Nov-08 2:56
Naresh1234567895-Nov-08 2:56 

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.