Hello,
I'm building my first application with IdeaBlade DevForce.
The goal is to test purposes.
But I'm having a little problem with the caching stuff..
I'm creating an WinForms Application.
This loads a form with all the data on load.
I've added a "Refresh" button which load's the same data again.
So, when I press refresh, it just needs to check the cache and show the form again.
But it doesn't..
I followed the silverlight tutorial, and added a Messagebox when Fetching.
It fetches the data the first and second time.
The cache has data.. The EntityManager.CacheStateManager shows that there are 200 rows.
How can i use the cache and work the second time disconnected?
BTW: I've tried it with every DefaultQueryStategy there is, which performs an error if I select DataSourceThenCache (I think it must be Normal in my case)
Thank you in advance