3
Answers

Store Zip file in Database

j c

j c

10y
1.9k
1
I have a zip file in  i.e  C:\Test\test.zip ( this file name and location can be dynamic)
 
I would like to stroe this zip file in SQL server 2008 R2 ( BLOB data  Varbinary (max) )  using C#.
 
How can I do this? Can you show me some examples?
 
 
Answers (3)