J
Jon Vaughan
I have a client side dataset that is made up from a stored proc, I also have
a web service that returns a dataset from this stored proc. But when I call
the web service and try and store them in an instance of the client side
dataset , I get an invalid cast error.
example :
dim myclientds as new clientsidedataset
dim objwebservice as web.myservice
myclientds = objwebservice .getData
- causes an invalid cast, the dataset are indentical ,as they stem from the
same SP , the only difference is that datset / datatable name.
Any ideas ?
a web service that returns a dataset from this stored proc. But when I call
the web service and try and store them in an instance of the client side
dataset , I get an invalid cast error.
example :
dim myclientds as new clientsidedataset
dim objwebservice as web.myservice
myclientds = objwebservice .getData
- causes an invalid cast, the dataset are indentical ,as they stem from the
same SP , the only difference is that datset / datatable name.
Any ideas ?