If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Save file to SQL server with ASP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-09-05, 08:41
plsh plsh is offline
Registered User
 
Join Date: Nov 2004
Posts: 253
Save file to SQL server with ASP

Good day,

I hope someone can help.

At the company I work we have an intranet that does numerous things. One thing that has recently been requested is that it be used as a typ eof information store. This I need to be able to save doc files, images and so on to sql server with asp. They would prefer to have the files saved directly into a SQL table and not to a drive on the network. I have tried and tried and searched for weeks but can find nothing to help me. Once I have saved the file to the table I will also need to retrieve it, so if some body can help with either or both it would be great, PLEASE!!

Thanks
Reply With Quote
  #2 (permalink)  
Old 03-10-05, 17:54
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
using standard asp? the only way I have done this is by developing a com object to handle the uploads. I'd have to hunt it out again.... it's not a very good idea generally speaking though. It tends to bloat your database.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On