0

I'm developing a server program that needs to listen the database and retrieve new added rows in that time.How can I get data that is added in real time when program working ?

Any help appreciated.

jarlh
  • 42,561
  • 8
  • 45
  • 63
Ali Yılmaz
  • 93
  • 3
  • 12

1 Answers1

0

IF you are coding C#, you can check following link:

https://code.msdn.microsoft.com/Broadcast-Real-time-SQL-69dd9fcc