Friday, February 24, 2012

how to store and read .doc file in a table

I would like to store and read .doc file in a table of sql server using C#.

Can some body help me on this? my id ispadam76@.gmail.com.

Thanks & Regard,
Padam Kumar Tripathi

you could use binary, image or varbinary datatypes. it will drag the database, queries could be slow.

On the other hand, you could save the file on a shared drive and save the path of the file location in a table. if you need code, please google.

No comments:

Post a Comment