Ask a Question related to ASP Database, Design and Development.
-
les #1
How to get binary file from SQL field?
I want to display binary data from SQL server 2000 in an asp page. The
data comes from a Windows Sharepoint Services document library.
The raw data is in a field called "content" and there is another field
"extension" that gives the file extension of the file.
Presumably I have to get the asp to recognise the file type and deal
with it accordingly...
How do i do this?
Thanks
Leslie
les Guest
-
Reading Binary File
I am converting a PHP script and I need to know what the eqivelent of "fread('file', 1)" for CF. I am reading a binary file. -
Inserting binary field into SQL 2000 database
Hi, I have been trying to upload a .pdf file to a SQL Server 2000 database. I used the dreamweaver MX auto generated code. However, I have the... -
Binary file IO
Hi, What I would like to do is load a file's contents from a file on the server and put the contents into a record in a database. For this I... -
I need to display a PDF from SQL Binary Field
I am trying to display a PDF from SQL. All I am getting is garbage that looks like this: %PDF-1.3 %âãÏÓ 37 0 obj << /Linearized 1 /O 39 /H /L... -
Output binary file
the company I work for sometimes has users link to our banners, and display them on there own sites. the problem is that some of the banners have... -
Aaron Bertrand [MVP] #2
Re: How to get binary file from SQL field?
There are links to three KB articles at the bottom of
[url]http://www.aspfaq.com/2149[/url] which should yield some helpful code snippets.
<les> wrote in message news:mk6frv0uojdlba8ch8tsksajqkh8j69doj@4ax.com...> I want to display binary data from SQL server 2000 in an asp page. The
> data comes from a Windows Sharepoint Services document library.
>
> The raw data is in a field called "content" and there is another field
> "extension" that gives the file extension of the file.
>
> Presumably I have to get the asp to recognise the file type and deal
> with it accordingly...
>
> How do i do this?
> Thanks
> Leslie
Aaron Bertrand [MVP] Guest



Reply With Quote

