The below link should help you read it from the database and write to a file:
https://support.microsoft.com/en-us/kb/316887
Then you can simply Navigate to the file to display it in the WebBrowser control:
WebBrowser1.Navigate("file://C:\Users\...\Documents\Book1.pdf")
Paul ~~~~ Microsoft MVP (Visual Basic)