Relative Content

Tag Archive for phpsql-serverpdfpdoblob

Not able to show a pdf / image from binary data in MSSQL using PDO LOB

I go MSSQL databse which contains attachments – most of them are PDFs. I want to create simple website, that will display attachement after clicking a button. I got main website preared (there are records with attachments’ titles and a link fo the other page, that is supposed to just show the attachment in the new tab).