inserting multiple file
How to insert multiple text file into sql server using c#.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manikavelu VelayuthamPosted Nov 25, 2010, 12:22 AM
You need to write a code to convert the file into a bytes of stream and vice versa while retrieving it from database.
You can find so many blogs in our site regarding that.