Click here to Skip to main content
15,887,214 members
Home / Discussions / C#
   

C#

 
AnswerRe: Visual Fox pro database to Sql Server Pin
mikanu23-Apr-07 7:03
mikanu23-Apr-07 7:03 
AnswerRe: Visual Fox pro database to Sql Server Pin
andyharman23-Apr-07 7:07
professionalandyharman23-Apr-07 7:07 
QuestionRecording from Microphone to mp3 Pin
Petr Jiranek23-Apr-07 6:12
Petr Jiranek23-Apr-07 6:12 
AnswerRe: Recording from Microphone to mp3 Pin
MoustafaS23-Apr-07 6:23
MoustafaS23-Apr-07 6:23 
GeneralRe: Recording from Microphone to mp3 Pin
Petr Jiranek23-Apr-07 6:35
Petr Jiranek23-Apr-07 6:35 
GeneralRe: Recording from Microphone to mp3 Pin
MoustafaS23-Apr-07 7:30
MoustafaS23-Apr-07 7:30 
QuestionFinding updated records in Access db Pin
Richard Blythe23-Apr-07 5:21
Richard Blythe23-Apr-07 5:21 
AnswerRe: Finding updated records in Access db Pin
Dave Kreskowiak23-Apr-07 6:05
mveDave Kreskowiak23-Apr-07 6:05 
This is going to be nearly impossible to do in Access without a TON of extra work. It simply doesn't support, not provides any kind of mechanism to support, what you want to do. Access doesn't support triggers, so there is no way to know when an item has changed let alone what has changed in which table.

The only way around this is to implement a remoting wrapper component around your database. This means you'd have to move all of your database code that you want "watched" from the client to this remote component that does your "watched" database work for you. On every change, this component would have to raise an event with, or send a message to, every subscriber to the component to communicate change notifications to each client.

Or....

SQL Server, on the other hand, DOES support this, with Notification Services. You can find out more about it here[^].


Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Finding updated records in Access db Pin
Richard Blythe23-Apr-07 6:27
Richard Blythe23-Apr-07 6:27 
QuestionUnknown Error Message Pin
JMOdom23-Apr-07 5:12
JMOdom23-Apr-07 5:12 
AnswerRe: Unknown Error Message Pin
kubben23-Apr-07 5:41
kubben23-Apr-07 5:41 
AnswerRe: Unknown Error Message Pin
Jon Sagara23-Apr-07 6:35
Jon Sagara23-Apr-07 6:35 
AnswerRe: Unknown Error Message Pin
Vikram A Punathambekar23-Apr-07 6:59
Vikram A Punathambekar23-Apr-07 6:59 
GeneralRe: Unknown Error Message Pin
JMOdom23-Apr-07 7:58
JMOdom23-Apr-07 7:58 
QuestionHow to convert .gif file contains text only to .doc formate in asp.net Pin
attalurisubbu23-Apr-07 4:49
attalurisubbu23-Apr-07 4:49 
AnswerRe: How to convert .gif file contains text only to .doc formate in asp.net Pin
Dave Kreskowiak23-Apr-07 5:56
mveDave Kreskowiak23-Apr-07 5:56 
QuestionHow Making windows Fax Services to send multiple faxes. Pin
Eddymvp23-Apr-07 4:33
Eddymvp23-Apr-07 4:33 
QuestionTrying to understand the Factory Pattern Pin
martin_hughes23-Apr-07 4:29
martin_hughes23-Apr-07 4:29 
AnswerRe: Trying to understand the Factory Pattern Pin
Vikram A Punathambekar23-Apr-07 7:13
Vikram A Punathambekar23-Apr-07 7:13 
AnswerRe: Trying to understand the Factory Pattern Pin
Edmundisme23-Apr-07 11:00
Edmundisme23-Apr-07 11:00 
AnswerRe: Trying to understand the Factory Pattern Pin
martin_hughes10-May-07 8:41
martin_hughes10-May-07 8:41 
QuestionByte conversion fails Pin
AAKAra23-Apr-07 4:25
AAKAra23-Apr-07 4:25 
AnswerRe: Byte conversion fails Pin
Judah Gabriel Himango23-Apr-07 4:28
sponsorJudah Gabriel Himango23-Apr-07 4:28 
GeneralRe: Byte conversion fails Pin
AAKAra23-Apr-07 4:31
AAKAra23-Apr-07 4:31 
GeneralRe: Byte conversion fails Pin
Judah Gabriel Himango23-Apr-07 4:43
sponsorJudah Gabriel Himango23-Apr-07 4: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.