-3

As the title, Now I have a table to save data, type of data is file. But I don't know how to do that. Who can help me ?

I'm using C# (VS 2010, MS SQL Express 2005).

Thanks.

Vikdor
  • 23,470
  • 10
  • 58
  • 82
Võ Quang Hòa
  • 2,327
  • 3
  • 22
  • 28

1 Answers1

1

Read the file(s) in binary form in your C# code and store it in your table column with datatype varbinary(MAX)

Vinod Vishwanath
  • 5,681
  • 2
  • 25
  • 40