G
Guest
Hi,
I'm using the code in article http://support.microsoft.com/?kbid=309158 as
the basis for a C# (VS 2003) application which adds records to a SQL Server
2000 table containing a BLOB field. The BLOB field holds the binary content
of a PDF document. There is an existing application which writes to the same
database but I don't have the code for it. The PDF is retrieved from the DB
by an ASP web page. This works fine.
When the ASP application retrieves a PDF written to the DB by my C#
application it displays as if I'd opened it in notepad. Any clues on what I'm
doing wrong?
TIA,
Howard
I'm using the code in article http://support.microsoft.com/?kbid=309158 as
the basis for a C# (VS 2003) application which adds records to a SQL Server
2000 table containing a BLOB field. The BLOB field holds the binary content
of a PDF document. There is an existing application which writes to the same
database but I don't have the code for it. The PDF is retrieved from the DB
by an ASP web page. This works fine.
When the ASP application retrieves a PDF written to the DB by my C#
application it displays as if I'd opened it in notepad. Any clues on what I'm
doing wrong?
TIA,
Howard