Click here to Skip to main content
15,900,589 members
Home / Discussions / C#
   

C#

 
AnswerRe: Generic parameter/reflection problem Pin
AFSEKI11-Jul-07 23:58
AFSEKI11-Jul-07 23:58 
QuestionOPC communication in C# Pin
k reddy10-Jul-07 1:38
k reddy10-Jul-07 1:38 
AnswerRe: OPC communication in C# Pin
AlessandroOPC6-Apr-09 4:59
AlessandroOPC6-Apr-09 4:59 
QuestionShare DB on LAN Pin
mehrdadc4810-Jul-07 1:22
mehrdadc4810-Jul-07 1:22 
AnswerRe: Share DB on LAN Pin
Christian Graus10-Jul-07 1:24
protectorChristian Graus10-Jul-07 1:24 
GeneralRe: Share DB on LAN Pin
mehrdadc4810-Jul-07 1:33
mehrdadc4810-Jul-07 1:33 
GeneralRe: Share DB on LAN Pin
Colin Angus Mackay10-Jul-07 1:44
Colin Angus Mackay10-Jul-07 1:44 
GeneralRe: Share DB on LAN Pin
originSH10-Jul-07 1:48
originSH10-Jul-07 1:48 
You have a few choices, you can have it as last one to update wins, you could put in a check to see if the record has been updated since the last read (sql server provides the TIMESTAMP column type for this).

You could create some sort of checkout/checkin/lock system.

It all depends on what the app is for and how it will be used. This issue is called concurrency if you want to do some searching on the subject. I personally tend towards optimistic concurrency, but that is what normally suits my apps.
QuestionWIN APP ON LAN Pin
Banjo Ayorinde10-Jul-07 0:54
Banjo Ayorinde10-Jul-07 0:54 
AnswerRe: WIN APP ON LAN Pin
Christian Graus10-Jul-07 1:19
protectorChristian Graus10-Jul-07 1:19 
QuestionRemove Duplicates in Datatable Pin
kibromg10-Jul-07 0:52
kibromg10-Jul-07 0:52 
AnswerRe: Remove Duplicates in Datatable Pin
Christian Graus10-Jul-07 1:20
protectorChristian Graus10-Jul-07 1:20 
AnswerRe: Remove Duplicates in Datatable Pin
Chintan.Desai10-Jul-07 2:19
Chintan.Desai10-Jul-07 2:19 
GeneralRe: Remove Duplicates in Datatable Pin
kibromg10-Jul-07 4:53
kibromg10-Jul-07 4:53 
AnswerRe: Remove Duplicates in Datatable Pin
AFSEKI10-Jul-07 6:28
AFSEKI10-Jul-07 6:28 
QuestionNEED CRYSTAL REPORT EXPERT Pin
Banjo Ayorinde10-Jul-07 0:47
Banjo Ayorinde10-Jul-07 0:47 
AnswerRe: NEED CRYSTAL REPORT EXPERT Pin
Paul Conrad12-Jul-07 17:38
professionalPaul Conrad12-Jul-07 17:38 
Questionlistview with compact framework Pin
Sunshine Always10-Jul-07 0:27
Sunshine Always10-Jul-07 0:27 
AnswerRe: listview with compact framework Pin
Sunshine Always10-Jul-07 0:44
Sunshine Always10-Jul-07 0:44 
GeneralRe: listview with compact framework Pin
Diana Fernandez10-Jul-07 1:14
Diana Fernandez10-Jul-07 1:14 
Questioncolourful context menu Pin
EvilInide10-Jul-07 0:22
EvilInide10-Jul-07 0:22 
AnswerRe: colourful context menu Pin
Paul Conrad13-Jul-07 12:05
professionalPaul Conrad13-Jul-07 12:05 
QuestionChat Coading Pin
Sathiya Narayanan10-Jul-07 0:20
Sathiya Narayanan10-Jul-07 0:20 
AnswerRe: Chat Coading Pin
EvilInide10-Jul-07 0:27
EvilInide10-Jul-07 0:27 
AnswerRe: Chat Coading Pin
Chintan.Desai10-Jul-07 2:24
Chintan.Desai10-Jul-07 2:24 

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.