I have a local DataSet that is based on a referenced typed dataset that I am trying to use.
The problem that I am having is that when I try to populate one of the tables in my local copy of the dataset I am getting an error stating that the table is ReadOnly.
Am I doing this properly or do I need to use my referenced DataSet differently?
Thanks!
Josh
The problem that I am having is that when I try to populate one of the tables in my local copy of the dataset I am getting an error stating that the table is ReadOnly.
Am I doing this properly or do I need to use my referenced DataSet differently?
Thanks!
Josh