November 9, 2004 at 11:01 am
I have a quick question that needs a quick response
Is there a way to reference a PDF from a database colum. For example if I have a colum named EClasification (Food manager, Clerck manager,etc...) Each of these Classification has a description that is in PDF format. So if I pull up food manager I want to see the PDF file with the description
HELP
Thanks in advance guys and gals
November 9, 2004 at 12:58 pm
If I understand correctly you problem, I think it's pretty much the same probleme as trying to save an image in the DB. I think what you need is to save the path of the PDF and then open the file when the user requests it.
November 10, 2004 at 2:46 am
I'm no expert on these but try looking into BLOB in the Books online. These may let you store object/documents/images within SQL Server.
Good Luck
November 10, 2004 at 9:26 am
Thanks
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply