"Badis" <> wrote in message
news:C4BE3775-7C58-409D-9490-...
> No, it's the way arround. I'm trying to stream the binary data stored in
> database called "Cache" bit simillar to SQL Server to PDF
Hmm - OK, well this might be of help:
http://www.codeproject.com/aspnet/ImageBinaryStream.asp
It shows how to extract binary data (in this case, a JPEG rather than a PDF)
from a database (in this case, SQL Server rather than "Cache", whatever that
is...) and stream it to the browser - the principle is the same...