Monday, May 24, 2010

How can i insert and retrive pdf files into sql server database and i am programming with c#.net?

u've to use blob / clob data type for doing so.


and you've to use byte array in c# for uploading or retrieving from database.





try documentation for details. if you could'n find any answer contact me.

How can i insert and retrive pdf files into sql server database and i am programming with c#.net?
Store the names/locations of the files, rather than the filles themselves - this will be very fast.





If you store the files as BLOB's (binary large objects) processing will be slow, and your database will be harder to manage.

wallflower

No comments:

Post a Comment