Click here to Skip to main content
15,896,269 members
Home / Discussions / C#
   

C#

 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji12-Aug-13 5:38
Alok Sharma ji12-Aug-13 5:38 
GeneralRe: How to create a lan based Window application backend sql? Pin
Richard MacCutchan12-Aug-13 6:05
mveRichard MacCutchan12-Aug-13 6:05 
AnswerRe: How to create a lan based Window application backend sql? Pin
Manfred Rudolf Bihy8-Aug-13 8:22
professionalManfred Rudolf Bihy8-Aug-13 8:22 
GeneralRe: How to create a lan based Window application backend sql? Pin
Mycroft Holmes8-Aug-13 14:01
professionalMycroft Holmes8-Aug-13 14:01 
GeneralRe: How to create a lan based Window application backend sql? Pin
jschell10-Aug-13 11:22
jschell10-Aug-13 11:22 
GeneralRe: How to create a lan based Window application backend sql? Pin
Mycroft Holmes10-Aug-13 12:56
professionalMycroft Holmes10-Aug-13 12:56 
GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji12-Aug-13 5:35
Alok Sharma ji12-Aug-13 5:35 
AnswerRe: How to create a lan based Window application backend sql? Pin
Eddy Vluggen8-Aug-13 9:01
professionalEddy Vluggen8-Aug-13 9:01 
Alok sharma ji wrote:
3. how does client A gets notification of SQL update by client B ;when both are viewing/working on same table. So the record can get an auto refresh or something like that.
That's usually not done; the normal way is to fetch the data and show the snapshot as it was on the moment of fetching. Updating "live" data moves the concurrency-problem from the database (where it was solved) into your app, where you need to solve it yourself.

Simple example; you're editing a record, and the boss is editing the same one - you press "update" first. Now, how would you update the bosses record? Change the text in the textbox while he is editing/typing?
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

GeneralRe: How to create a lan based Window application backend sql? Pin
Alok Sharma ji11-Aug-13 7:00
Alok Sharma ji11-Aug-13 7:00 
AnswerRe: How to create a lan based Window application backend sql? Pin
jschell10-Aug-13 11:19
jschell10-Aug-13 11:19 
QuestionWhy Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 4:20
OMVB8-Aug-13 4:20 
AnswerRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OriginalGriff8-Aug-13 5:23
mveOriginalGriff8-Aug-13 5:23 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 5:29
OMVB8-Aug-13 5:29 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OriginalGriff8-Aug-13 5:37
mveOriginalGriff8-Aug-13 5:37 
AnswerRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
jschell8-Aug-13 7:51
jschell8-Aug-13 7:51 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 8:33
OMVB8-Aug-13 8:33 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Pete O'Hanlon8-Aug-13 8:38
mvePete O'Hanlon8-Aug-13 8:38 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB8-Aug-13 8:51
OMVB8-Aug-13 8:51 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Pete O'Hanlon8-Aug-13 8:59
mvePete O'Hanlon8-Aug-13 8:59 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Keld Ølykke9-Aug-13 23:15
Keld Ølykke9-Aug-13 23:15 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
jschell10-Aug-13 11:09
jschell10-Aug-13 11:09 
GeneralRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
OMVB12-Aug-13 4:38
OMVB12-Aug-13 4:38 
AnswerRe: Why Are Projects Organized by Class Type Instead of Business Purpose? Pin
Eddy Vluggen8-Aug-13 9:06
professionalEddy Vluggen8-Aug-13 9:06 
Questionscanning my network Pin
Member 101954878-Aug-13 1:37
Member 101954878-Aug-13 1:37 
AnswerRe: scanning my network Pin
Simon_Whale8-Aug-13 1:43
Simon_Whale8-Aug-13 1:43 

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.