Hello,
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"Code:Me.DsOrders.customers = ws.getCustomers()
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 typed and too late to change now.
Many thanks for an suggestions.
Steve


Reply With Quote
