Click here to Skip to main content
16,005,080 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to send data from DB to all running application X's... Pin
Sander Rossel14-Mar-11 13:24
professionalSander Rossel14-Mar-11 13:24 
GeneralRe: How to send data from DB to all running application X's... Pin
Luc Pattyn14-Mar-11 13:43
sitebuilderLuc Pattyn14-Mar-11 13:43 
GeneralRe: How to send data from DB to all running application X's... Pin
Wendelius14-Mar-11 19:24
mentorWendelius14-Mar-11 19:24 
JokeRe: How to send data from DB to all running application X's... Pin
Sander Rossel14-Mar-11 21:15
professionalSander Rossel14-Mar-11 21:15 
GeneralRe: How to send data from DB to all running application X's... Pin
Wendelius14-Mar-11 19:23
mentorWendelius14-Mar-11 19:23 
AnswerRe: How to send data from DB to all running application X's... Pin
jschell15-Mar-11 7:59
jschell15-Mar-11 7:59 
GeneralRe: How to send data from DB to all running application X's... Pin
Sander Rossel15-Mar-11 8:21
professionalSander Rossel15-Mar-11 8:21 
GeneralRe: How to send data from DB to all running application X's... Pin
jschell16-Mar-11 8:21
jschell16-Mar-11 8:21 
Naerling wrote:
and they want to be able to see when someone else is editing a row.


That is a pretty specific request.

If that is the exact request then you have no choice but to
1. Track the user when they are in edit mode.
2. Mark the row as being in the editing process.

Given that you will also have other concerns such as
A. What do you do if the user goes to lunch or on vacation?
B. What happens if the users application crashes?
C. What if someone else must make an immediate update when another person who is unavailable is editing it.
D. What is the exact notification process.

The specifics of how you implement the solution depends on the architecture but writing a value to the database is one possible way to solve 2 above. It however solves only that.

Naerling wrote:
Telling this customer that this is not a good idea is not a good idea... We do
it their way, period


At least as long as they are willing to pay for it and it does not impact your other customers.
AnswerRe: How to send data from DB to all running application X's... Pin
Klaus-Werner Konrad16-Mar-11 8:00
Klaus-Werner Konrad16-Mar-11 8:00 
QuestionMySql connector and VS2010 SP1 Pin
Daniele Fusi14-Mar-11 4:59
Daniele Fusi14-Mar-11 4:59 
QuestionHow to create user 'sa' on Sql Server Pin
AmbiguousName12-Mar-11 4:25
AmbiguousName12-Mar-11 4:25 
AnswerRe: How to create user 'sa' on Sql Server [modified] Pin
Wendelius12-Mar-11 6:14
mentorWendelius12-Mar-11 6:14 
AnswerRe: How to create user 'sa' on Sql Server Pin
jschell13-Mar-11 10:19
jschell13-Mar-11 10:19 
QuestionConverting to a Relational Database [modified] Pin
Dominick Marciano11-Mar-11 17:26
professionalDominick Marciano11-Mar-11 17:26 
AnswerRe: Converting to a Relational Database Pin
Wendelius12-Mar-11 6:38
mentorWendelius12-Mar-11 6:38 
AnswerRe: Converting to a Relational Database Pin
jschell13-Mar-11 10:25
jschell13-Mar-11 10:25 
AnswerRe: Converting to a Relational Database Pin
Corporal Agarn14-Mar-11 4:26
professionalCorporal Agarn14-Mar-11 4:26 
QuestionTwo physcial servers with same Database name server Pin
vanikanc11-Mar-11 11:00
vanikanc11-Mar-11 11:00 
AnswerRe: Two physcial servers with same Database name server Pin
Wendelius11-Mar-11 11:47
mentorWendelius11-Mar-11 11:47 
QuestionParent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 8:16
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 8:16 
AnswerRe: Parent-children Listing Pin
Chris Meech11-Mar-11 8:25
Chris Meech11-Mar-11 8:25 
GeneralRe: Parent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 8:45
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 8:45 
GeneralRe: Parent-children Listing Pin
Chris Meech11-Mar-11 9:04
Chris Meech11-Mar-11 9:04 
GeneralRe: Parent-children Listing Pin
Ali Al Omairi(Abu AlHassan)11-Mar-11 9:09
professionalAli Al Omairi(Abu AlHassan)11-Mar-11 9:09 
GeneralRe: Parent-children Listing Pin
Chris Meech11-Mar-11 9:41
Chris Meech11-Mar-11 9:41 

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.