I
ithrees
Guest
Thank you mpiscoso@gmail.com, I want to do this from the client-side. There is an UI page for planning in my application where I create many records in many tables. In certain cases I have to delete many records relate to that logic and after deleting I have to continue with something. As the response time is critical in this application It would be better to make a single call to delete all and do the rest in the callback rather than making too many calls to the server to delete each and then to continue. -Ithrees
Continue reading...
Continue reading...