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.
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.
Read the file(s) in binary form in your C# code and store it in your table column with datatype varbinary(MAX)