-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,934
  • 10
  • 61
  • 84
Võ Quang Hòa
  • 2,688
  • 3
  • 27
  • 31

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,821
  • 2
  • 26
  • 40