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.
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.
IF you are coding C#, you can check following link:
https://code.msdn.microsoft.com/Broadcast-Real-time-SQL-69dd9fcc