Click here to Skip to main content
15,900,253 members
Home / Discussions / Database
   

Database

 
QuestionVS2010 Database Project Problem Pin
Kevin Marois14-Jan-12 7:11
professionalKevin Marois14-Jan-12 7:11 
QuestionProblem with Multiple search Stored Procedure Pin
reogeo200812-Jan-12 22:19
reogeo200812-Jan-12 22:19 
AnswerRe: Problem with Multiple search Stored Procedure Pin
Mycroft Holmes12-Jan-12 23:44
professionalMycroft Holmes12-Jan-12 23:44 
GeneralRe: Problem with Multiple search Stored Procedure Pin
reogeo200812-Jan-12 23:50
reogeo200812-Jan-12 23:50 
AnswerRe: Problem with Multiple search Stored Procedure Pin
Eddy Vluggen13-Jan-12 6:42
professionalEddy Vluggen13-Jan-12 6:42 
GeneralRe: Problem with Multiple search Stored Procedure Pin
SilimSayo17-Jan-12 10:41
SilimSayo17-Jan-12 10:41 
Questionclient informs client Pin
Luc Pattyn12-Jan-12 12:11
sitebuilderLuc Pattyn12-Jan-12 12:11 
AnswerRe: client informs client Pin
Peter_in_278012-Jan-12 13:03
professionalPeter_in_278012-Jan-12 13:03 
Poke tongue | ;-P What is the world coming to? Luc asking questions!!!! Poke tongue | ;-P

I've done similar things in the past, but not using SQL Server.
I don't know what IPC capabilities are in your server or could be easily grafted onto it.
Given these two points, I'd say:
1. Make the server do it. Client to client gets way too messy when you consider clients appearing/disappearing on the fly. At least the server has a reasonably current idea of who's out there.
2. How I did it was to use sockets with the following simple protocol:
client sends requests
      at most one outstanding
      first request of a session is a logon
server sends responses to requests OR asynchronous notifications
any socket error => forced logoff
      (therefore unexpected logon at server => kill old session, start new)

HTH
Peter
Software rusts. Simon Stephenson, ca 1994.

GeneralRe: client informs client Pin
Luc Pattyn12-Jan-12 14:56
sitebuilderLuc Pattyn12-Jan-12 14:56 
AnswerRe: client informs client Pin
Peter_in_278012-Jan-12 15:30
professionalPeter_in_278012-Jan-12 15:30 
AnswerRe: client informs client Pin
Luc Pattyn12-Jan-12 15:44
sitebuilderLuc Pattyn12-Jan-12 15:44 
AnswerRe: client informs client Pin
Mycroft Holmes12-Jan-12 13:32
professionalMycroft Holmes12-Jan-12 13:32 
GeneralRe: client informs client Pin
Luc Pattyn12-Jan-12 14:59
sitebuilderLuc Pattyn12-Jan-12 14:59 
AnswerRe: client informs client Pin
Eddy Vluggen14-Jan-12 0:12
professionalEddy Vluggen14-Jan-12 0:12 
GeneralRe: client informs client Pin
Luc Pattyn14-Jan-12 4:28
sitebuilderLuc Pattyn14-Jan-12 4:28 
AnswerRe: client informs client Pin
Eddy Vluggen14-Jan-12 5:59
professionalEddy Vluggen14-Jan-12 5:59 
AnswerRe: client informs client Pin
Luc Pattyn14-Jan-12 6:14
sitebuilderLuc Pattyn14-Jan-12 6:14 
AnswerRe: client informs client Pin
Eddy Vluggen14-Jan-12 7:01
professionalEddy Vluggen14-Jan-12 7:01 
AnswerRe: client informs client Pin
Luc Pattyn14-Jan-12 7:29
sitebuilderLuc Pattyn14-Jan-12 7:29 
GeneralRe: client informs client Pin
Eddy Vluggen14-Jan-12 7:54
professionalEddy Vluggen14-Jan-12 7:54 
QuestionEmail notificatiion for due date of task Pin
Seema Bawa12-Jan-12 7:20
Seema Bawa12-Jan-12 7:20 
AnswerRe: Email notificatiion for due date of task Pin
Mycroft Holmes12-Jan-12 11:43
professionalMycroft Holmes12-Jan-12 11:43 
QuestionMS-SQL Server querry question Pin
ZGelic12-Jan-12 3:41
ZGelic12-Jan-12 3:41 
AnswerRe: MS-SQL Server querry question Pin
PIEBALDconsult12-Jan-12 9:01
mvePIEBALDconsult12-Jan-12 9:01 
GeneralRe: MS-SQL Server querry question Pin
ZGelic12-Jan-12 11:36
ZGelic12-Jan-12 11:36 

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.