Joined: Mon Sep 17, 2007 3:56 pm Posts: 2
|
I am using mySql database.
I need to store both an Image (Blob) and Article(Text) in one table. This table needs to cached as per the project requirement
Whenever I try to display a record which needs to display both the article and Image I get the following error "Blobs are not cacheable".
I know we cannot cache blob, but can someone please suggest a solution to this problem.
I have tried various things like converting to byteArray but still the caching problem remains.
|
|