c# - How can I detect when rows are added to a MySQL database? -
I have an AC # application that raises files from an FTP server, takes the text out of the file and it The Mysql database takes data from there and takes it to another server within our organization.
What I'm watching is creating a monitoring program that users can load on their PC, which has a grid and is refreshed every time a new entry is added to the mysql database.
What is the best way to do this? I was going to keep the timer control on the form and it was to check every 30 seconds or even, but is there any way to do this in real time so that my app knows exactly when the item is added to the database? A control type like FileSystemWatcher, but for a database table?
I think the application voting database is the best solution because it is the easiest and easy to create, configure and To maintain.
Comments
Post a Comment