Hi all,
I am developing a project for one of my clients.
The project goes like this.
There is a client to a Webservice which inserts a command to database(Command is inserted through webservice to DB).
There is server application which reads the command and updates that the server has finished executing the command.
How can I notify the client application know that the command inserted is executed?
I thought of looping on client side and keep checking if command is executed. But not satisfied with that solution.
Can any one please suggest some other option?
Thanks,