I am trying to create application that showing the rows from table in SQL to DataGridView in System Windows Forms Application
The problem is when I am updating the row directly from SQL Management Studio / Other application was Adding / Deleting / Updating the row in the table, my application isnt showing the latest row
I want my application showing the up to date rows in real time (even the other program change the table rows, I want my application displaying updated rows)
How to resolve this?
Thanks