ganjafarmerIT
Programmer
Hi folks, I'm having some weird problems with my application.
I'm retreiving data from an mssql db and then I export that data in excel format file. The problem I'm facing is that sometimes when a user opens that excel file, for some reason the data in the file is mixed with old data.
Really weird. If I look at my code it shouldn't be possible since I'm not storing anyhting in memory. I retreive the data, generate a filename each time, write the data in excel format to the file and close everything.
anyone encountered this before?
thanks in advance
I'm retreiving data from an mssql db and then I export that data in excel format file. The problem I'm facing is that sometimes when a user opens that excel file, for some reason the data in the file is mixed with old data.
Really weird. If I look at my code it shouldn't be possible since I'm not storing anyhting in memory. I retreive the data, generate a filename each time, write the data in excel format to the file and close everything.
anyone encountered this before?
thanks in advance