Hello,
VS 2005
I have a typed dataset.
I am trying to fill the typed dataset from a datset that is returned from a web service.
However, the error message I get is: "customer table is read-only"
Is there any way you can fill a typed dataset table like this. This works fine with a untyped dataset. However, I have already done this project using untyped and too late to change now.
Many thanks for an suggestions.
Steve
VS 2005
I have a typed dataset.
I am trying to fill the typed dataset from a datset that is returned from a web service.
Code:
Me.DsOrders.customers = ws.getCustomers()
However, the error message I get is: "customer table is read-only"
Is there any way you can fill a typed dataset table like this. This works fine with a untyped dataset. However, I have already done this project using untyped and too late to change now.
Many thanks for an suggestions.
Steve