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

C#

 
GeneralRe: Loading of pictures and (un)covering them Pin
nstk27-Jul-11 21:36
nstk27-Jul-11 21:36 
GeneralRe: Loading of pictures and (un)covering them Pin
GuyThiebaut27-Jul-11 23:38
professionalGuyThiebaut27-Jul-11 23:38 
QuestionCatch Database events (Oracle 10) Pin
V.26-Jul-11 22:26
professionalV.26-Jul-11 22:26 
AnswerRe: Catch Database events (Oracle 10) Pin
Dave Kreskowiak27-Jul-11 1:24
mveDave Kreskowiak27-Jul-11 1:24 
GeneralRe: Catch Database events (Oracle 10) Pin
V.27-Jul-11 2:10
professionalV.27-Jul-11 2:10 
AnswerRe: Catch Database events (Oracle 10) Pin
jschell27-Jul-11 12:35
jschell27-Jul-11 12:35 
GeneralRe: Catch Database events (Oracle 10) Pin
V.27-Jul-11 20:01
professionalV.27-Jul-11 20:01 
GeneralRe: Catch Database events (Oracle 10) Pin
jschell28-Jul-11 8:42
jschell28-Jul-11 8:42 
When you have two disparate systems almost always one is deemed the 'client' and the other the 'server'.

In such architectures the client is considered to be transitory and the service is permanent.
And certainly with relational databases that is always true.

With a client/server the establishment of the connection is from the client to the server.
And functionality is structured such that the client acts on the server.
Permissions are also structured that way.
Thus the server as an entity never needs to know that a specific client exists. The server need not concern itself with when the client stops, starts nor anything else about the client.

Attempting to have a server notify a client of course contradicts all of that.

Questions along this line are almost always satisfied by polling by the client. And especially when the client is a user management interface of any sort that is always a better solution.
GeneralRe: Catch Database events (Oracle 10) Pin
V.28-Jul-11 20:10
professionalV.28-Jul-11 20:10 
QuestionListView docking under ToolStrip problem Pin
Chesnokov Yuriy26-Jul-11 21:05
professionalChesnokov Yuriy26-Jul-11 21:05 
AnswerRe: ListView docking under ToolStrip problem Pin
Shameel27-Jul-11 0:58
professionalShameel27-Jul-11 0:58 
AnswerRe: ListView docking under ToolStrip problem Pin
Chesnokov Yuriy27-Jul-11 1:30
professionalChesnokov Yuriy27-Jul-11 1:30 
GeneralRe: ListView docking under ToolStrip problem Pin
Shameel27-Jul-11 1:46
professionalShameel27-Jul-11 1:46 
GeneralRe: ListView docking under ToolStrip problem Pin
BobJanova27-Jul-11 1:53
BobJanova27-Jul-11 1:53 
GeneralRe: ListView docking under ToolStrip problem Pin
Shameel27-Jul-11 5:18
professionalShameel27-Jul-11 5:18 
GeneralRe: ListView docking under ToolStrip problem Pin
BobJanova27-Jul-11 6:57
BobJanova27-Jul-11 6:57 
GeneralRe: ListView docking under ToolStrip problem Pin
Shameel27-Jul-11 8:24
professionalShameel27-Jul-11 8:24 
QuestionCould you please check this exception? Pin
SungBae.Han26-Jul-11 20:22
SungBae.Han26-Jul-11 20:22 
AnswerRe: Could you please check this exception? Pin
Dave Kreskowiak27-Jul-11 1:22
mveDave Kreskowiak27-Jul-11 1:22 
AnswerRe: Could you please check this exception? Pin
Shameel27-Jul-11 1:49
professionalShameel27-Jul-11 1:49 
QuestionMessage Removed Pin
26-Jul-11 6:54
Member 811400226-Jul-11 6:54 
AnswerRe: Workflow Management Pin
Orcun Iyigun26-Jul-11 7:18
Orcun Iyigun26-Jul-11 7:18 
AnswerRe: Workflow Management Pin
GuyThiebaut26-Jul-11 8:41
professionalGuyThiebaut26-Jul-11 8:41 
GeneralRe: Workflow Management Pin
Richard MacCutchan26-Jul-11 9:26
mveRichard MacCutchan26-Jul-11 9:26 
GeneralRe: Workflow Management Pin
GuyThiebaut26-Jul-11 9:31
professionalGuyThiebaut26-Jul-11 9:31 

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.