MySQL Forums
Forum List  »  General

Re: Stepping through records
Posted by: Rick James
Date: July 20, 2013 09:15PM

> when changing rows our program should refresh the according data immediately

If you are talking about normal HTTP browser pages...

If you click a button to provide new data for a cell, then you have two options:
* Refresh the page
* Use AJAX to send the data and retrieve the updated page of data.

If _someone else_ is updating the data, you have no option but to periodically poll to see if anything changed; use AJAX.

Options: ReplyQuote


Subject
Written By
Posted
July 16, 2013 04:36AM
Re: Stepping through records
July 20, 2013 09:15PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.