Is there any reason why code that worked perfectly with Insert() and Post() suddenly no longer works. It now comes back with "cannot modify a readonly dataset" even though the value of CanModify = true just before the Post().
This suddenly happened in two separate places in my code that I had...