Click here to Skip to main content
15,903,854 members
Home / Discussions / C#
   

C#

 
AnswerRe: Explicit interface implementation Pin
Daniel Grunwald3-Jan-07 11:40
Daniel Grunwald3-Jan-07 11:40 
GeneralRe: Explicit interface implementation Pin
Captain See Sharp3-Jan-07 13:14
Captain See Sharp3-Jan-07 13:14 
QuestionOleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 10:48
yesufollower3-Jan-07 10:48 
AnswerRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 10:51
ben23-Jan-07 10:51 
GeneralRe: OleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 10:57
yesufollower3-Jan-07 10:57 
GeneralRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 10:59
ben23-Jan-07 10:59 
GeneralRe: OleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 11:37
yesufollower3-Jan-07 11:37 
GeneralRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 11:42
ben23-Jan-07 11:42 
concurreny problem occurs when more than 1 users are trying to update the same record, it might happen that one will end up changing a record that has already been modified by other users.
To fix concurrency violation, in your update query check if the record that you had read (and you're about to modify) has been modified or not. If it has been modified, don't update. Otherwise update it.
This is called optimistic concurrency control.
GeneralRe: OleDbData Adapter.Update Command Error Pin
yesufollower3-Jan-07 11:56
yesufollower3-Jan-07 11:56 
GeneralRe: OleDbData Adapter.Update Command Error Pin
ben23-Jan-07 11:58
ben23-Jan-07 11:58 
QuestionGDI+ A generic error occurred Pin
ben23-Jan-07 10:34
ben23-Jan-07 10:34 
AnswerRe: GDI+ A generic error occurred Pin
Christian Graus3-Jan-07 10:40
protectorChristian Graus3-Jan-07 10:40 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 10:45
ben23-Jan-07 10:45 
GeneralRe: GDI+ A generic error occurred Pin
Christian Graus3-Jan-07 11:42
protectorChristian Graus3-Jan-07 11:42 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 11:59
ben23-Jan-07 11:59 
AnswerRe: GDI+ A generic error occurred Pin
Captain See Sharp3-Jan-07 11:25
Captain See Sharp3-Jan-07 11:25 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 11:32
ben23-Jan-07 11:32 
GeneralRe: GDI+ A generic error occurred Pin
Luc Pattyn3-Jan-07 12:05
sitebuilderLuc Pattyn3-Jan-07 12:05 
GeneralRe: GDI+ A generic error occurred Pin
ben23-Jan-07 12:28
ben23-Jan-07 12:28 
Questionmanaged c++ from c# Pin
picazo3-Jan-07 8:31
picazo3-Jan-07 8:31 
AnswerRe: managed c++ from c# Pin
Christian Graus3-Jan-07 8:45
protectorChristian Graus3-Jan-07 8:45 
GeneralRe: managed c++ from c# Pin
picazo3-Jan-07 8:53
picazo3-Jan-07 8:53 
GeneralRe: managed c++ from c# Pin
Christian Graus3-Jan-07 9:05
protectorChristian Graus3-Jan-07 9:05 
QuestionConnection between 2 pcs via modem with C# Pin
dsovino3-Jan-07 8:17
dsovino3-Jan-07 8:17 
QuestionBest way to print from RichTextBox & WebBrowser Pin
TrooperIronMan3-Jan-07 7:50
TrooperIronMan3-Jan-07 7:50 

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.