I insert a record into the database by making an async AJAX call. After the browser was closed and I opened Access, it was added properly. The problem is that, after i made a call for update, i later made call for select to read updated values. But it still shows old values. Why doesn't the database get updated till I close the browser?
P.S. This problem comes only for IE. Works fine with chrome.
Thanks in advance.