Is there a sample of import pdfs from the file system and dumping into a sql server

I don't need the db stuff, just the sample of reading in the docs and the after I retrieve them from a db later, displaying in a browser.

Example: How do I grab the binary contents of an opened pdf file and how do I create a pdf object from the binary content after it is retrieved from a db?

Thanks.

Hi,

Please consult http://chiragrdarji.wordpress.com/2007/08/31/storing-and-retrieving-docpdfxls-files-in-sql-server/ for a sample.

Thanks.