I use AtmosFrameWork 2.0. When i delete a item from my DataGrid, this is deleted from DataBase, but not is deleted from cache. After of exclusion, if i to add this exactly information, it appears two times in the DataGrig and to have only one
occurrence in the DataBase. I need know where i can to verify this problem.
Thanks,
Meiriana
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am working in one application implemented using the version 2.0. It will be necessary many alterations in this application using the new version of AtomsFrameWork? If i to use the version 2.0, without to use the cache, which alterations i need to make so that the application does not use cache at any moment? Another doubt is the following one:
In the methods "Retreive" and "Delete" of the class "CPersistenceObject", for example, the class "CPercistenceBroker" call is of the following form:
Dim persistentBroker As CPersistenceBroker()persistentBroker = getPersistenceBrokerInstance()
If i to call using only the "New", of the following form,
Dim persistentBroker As new CPersistenceBroker()
the application it fills o DataGrid correctly. Do you know the reason?
Excuses if the text will not be written correctly, therefore i am learning english. I am brazilian.
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use AtmosFrameWork 2.0. When i delete a item from my DataGrid, this is deleted from DataBase, but not is deleted from cache. After of exclusion, if i to add this exactly information, it appears two times in the DataGrig and to have only one
occurrence in the DataBase. I need know where i can to verify this problem.
Thanks,
Meiriana
Hi.
To solve this problem, download a last version of framework. Your version don't supoort rollback of collection cache.
Hi,
I am working in one application implemented using the version 2.0. It will be necessary many alterations in this application using the new version of AtomsFrameWork? If i to use the version 2.0, without to use the cache, which alterations i need to make so that the application does not use cache at any moment? Another doubt is the following one:
In the methods "Retreive" and "Delete" of the class "CPersistenceObject", for example, the class "CPercistenceBroker" call is of the following form:
Dim persistentBroker As CPersistenceBroker()persistentBroker = getPersistenceBrokerInstance()
If i to call using only the "New", of the following form,
Dim persistentBroker As new CPersistenceBroker()
the application it fills o DataGrid correctly. Do you know the reason?
Excuses if the text will not be written correctly, therefore i am learning english. I am brazilian.
Thanks