Click here to Skip to main content
15,907,396 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I want to store a file stream (which has a large number of data) in database such that each data of file is stored as a record or row in the table, I mean I don't want to store the address of file or file in DB, I want each data in one record.

please help me,

Thanks in advance.
Posted

This article will explain how you can do it:

How To Store Any File into SQL Database[^]
 
Share this answer
 
can you try something..

so you can start from here...

How to store and fetch binary data into a file stream column[^]

Store files to database[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900