I need to cache a dataset. When stepping through the
locals show that it works, however, when i get to point
where I need to bind the data i receive an "IListSource"
error. Any help? Also, is this dataset being cached in
my workstation?
Dataset is cached in server memory. If your work station doubles as a
server, yes it is saved there. The cache stores a reference to the object.
If you touch the object after you cache it, the change is reflected. Are you
touching the dataset anywhere after caching? Maybe deleting it or clearing
it out?
Regards
> I need to cache a dataset. When stepping through the
> locals show that it works, however, when i get to point
> where I need to bind the data i receive an "IListSource"
> error. Any help? Also, is this dataset being cached in
> my workstation?