How to convert a text File into ntext (sql datat type) in c#
Hello Everyone,
I would like to save a file into the MS SQL database as ntext datatype.
Please help...how can i convert any file to ntext format , same time i want to save in database as well as retrive also,so that i can get the file again back from database without any corruption in file.