Hi
I had problem in converting blob object (which was stored as zip) to
string. since i used different encoding format while reading from the database vs encoding used by database to convert the data to blob object.
below code creates problem if i use different encoding
i fix the issue by replacing the above code with the below one
so please advice me whether it is correct approach to fix the problem in case of reading the file in different encoding . i feel there is no much difference between code, but second code fix my problem (educate me how does the second code fix the issue).
i appreciate you reply on this
Thanks
Dhoni