Data Danger
Active member
- Joined
- Mar 25, 2004
- Messages
- 29
I am using Cr10 with VB .Net 2003.
Everytime I send new data through the OLEDB 4.0 connection to the report viewer the memory useage increases. It seems to not dispose of the last held data. If I set my report object to nothing then this will clear the last used data but I cannot use close to release the connection to the database the database will remain locked. If I first close the report object then I cannot release the object with Nothing.
Can somebody give me any ideas of what to try.
Everytime I send new data through the OLEDB 4.0 connection to the report viewer the memory useage increases. It seems to not dispose of the last held data. If I set my report object to nothing then this will clear the last used data but I cannot use close to release the connection to the database the database will remain locked. If I first close the report object then I cannot release the object with Nothing.
Can somebody give me any ideas of what to try.