J
J Rico
Hi,
I'm making an App in which a form is bounded to a table in a database,
and with some arrow keys, you can move through the rows of the
database.
At the moment I do a request to the database each time an arrow is
clicked, but my idea is to load an entire dataset when the form is
loaded and not having to make requests to the database all time.
The problem is that if I do it this way, if other uses introduces a new
row in the database, it won't show on the form I have opened. I'm
wondering if there's something like filesystemwatchers but for
databases, so I only have to reload the dataset if something has
changed in the database.
Thanks in advance.
I'm making an App in which a form is bounded to a table in a database,
and with some arrow keys, you can move through the rows of the
database.
At the moment I do a request to the database each time an arrow is
clicked, but my idea is to load an entire dataset when the form is
loaded and not having to make requests to the database all time.
The problem is that if I do it this way, if other uses introduces a new
row in the database, it won't show on the form I have opened. I'm
wondering if there's something like filesystemwatchers but for
databases, so I only have to reload the dataset if something has
changed in the database.
Thanks in advance.