Is there any way to access the server database when there is a change in the server database without sending a continuous request to the server from the client? I can access the data from server database by sending continuous request to server but i do not want to send the request everytime.how will i be able to know there is a change in the server database and send the request only when there is a change in the database?
Any help would be appreciated