Community discussion forum

Store files in Sql Server DB

  • 1 year ago

    hi

    please guide me how i can store files like .doc extension in Database.or file path .Actually  i m using SQL Server 2005 management studio as a back end and ASP.net c# as a front end and i want to save the uploaded files in database.kindly guide me how i can do my task  

    Thanks

    Rabia

  • 1 year ago

    Take a look at the following and see if it helps you. 

    http://support.microsoft.com/kb/309158

     

  • 1 year ago

    hi

     i want to store files like .doc extension.this site does not help me kindly help me !

  • 1 year ago

    Although the article above refers to image files, the concept for storing doc files is the same.

    Doc files will be saved into the database as blob data in the same way as image files are.

    The important point to understand in the article above is the way in which the FileStream object is used to save and retrieve and the files.  

     

  • 1 year ago

    its help me .so kind of you

    thanks 

  • 1 year ago

    I'm glad that it now makes sense to you! 

Post a reply

Enter your message below

Sign in or Join us (it's free).

We'd love to hear what you think! Submit ideas or give us feedback