I'm using a typed dataset. If I try to update the value of a calculated column manually cycling on the rows, I get an error that says I cannot open the database when I try to do an update operation.
Why does that happen? What am I doing wrong?
I also noticed that I actually don't have to manually open or close the connection by code as this seems to be automatically handled by the designer.
Thanks.