How to download ole objects(MS Access) from ASP?
From: shel (shel_at_discussions.microsoft.com)
Date: 03/17/05
- Next message: scottrm: "monitoring database"
- Previous message: Mark Yudkin: "Re: ADO dates and '0001-01-01'"
- Next in thread: Fuochi: "Re: How to download ole objects(MS Access) from ASP?"
- Reply: Fuochi: "Re: How to download ole objects(MS Access) from ASP?"
- Reply: Val Mazur \(MVP\): "Re: How to download ole objects(MS Access) from ASP?"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 17 Mar 2005 00:25:02 -0800
Hi,
I have an Access Database with one of the field's data type as OLE Object.
The data can be image, MS powerpoint, MS word etc etc.
How can I use ASP to download the file?
I have tried :
response.contenttype = "application/msword"
response.binarywrite rs("fieldname")
But when I open the file, it is chunk in it.
Moreover I have hard coded the content type. How can I know the content type
too?
The user who input the data did not store contenttype or anything at all.
Thanks
- Next message: scottrm: "monitoring database"
- Previous message: Mark Yudkin: "Re: ADO dates and '0001-01-01'"
- Next in thread: Fuochi: "Re: How to download ole objects(MS Access) from ASP?"
- Reply: Fuochi: "Re: How to download ole objects(MS Access) from ASP?"
- Reply: Val Mazur \(MVP\): "Re: How to download ole objects(MS Access) from ASP?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|