Paul Clement
2004-08-30 19:19:29 UTC
On Thu, 26 Aug 2004 14:15:08 -0700, "Walter G" <***@discussions.microsoft.com> wrote:
¤ I have a sql table with a binary field where any kind of document can be
¤ stored.
¤ I'd like to show them using webbrowser (or PrintPreviewControl if possible).
¤ The only way I found was to save the stream as a file and then navigate with
¤ the webbrowser, but when I navigate to an Excel file and then I navigate to
¤ any other file, my system reboots (I tested in other workstations -W2000 and
¤ XP-).
¤ I'd like to load the webbrowser with the stream without having to save it as
¤ a file.
¤ Is there a way to do it? Or show the stream on a PrintPreviewControl or
¤ similar?
See the following:
How To Use the ADODB.Stream Object to Send Binary Files to the Browser through ASP
http://support.microsoft.com/default.aspx?scid=kb;en-us;276488
Paul ~~~ ***@ameritech.net
Microsoft MVP (Visual Basic)
¤ I have a sql table with a binary field where any kind of document can be
¤ stored.
¤ I'd like to show them using webbrowser (or PrintPreviewControl if possible).
¤ The only way I found was to save the stream as a file and then navigate with
¤ the webbrowser, but when I navigate to an Excel file and then I navigate to
¤ any other file, my system reboots (I tested in other workstations -W2000 and
¤ XP-).
¤ I'd like to load the webbrowser with the stream without having to save it as
¤ a file.
¤ Is there a way to do it? Or show the stream on a PrintPreviewControl or
¤ similar?
See the following:
How To Use the ADODB.Stream Object to Send Binary Files to the Browser through ASP
http://support.microsoft.com/default.aspx?scid=kb;en-us;276488
Paul ~~~ ***@ameritech.net
Microsoft MVP (Visual Basic)