Hi,
I have an Access database full of pdf inserted into the DB as OLE objects. I want to open want to retrieve the pdf and open it within
VB.NET. I tried using the
Diagnostics.Process.Start("C:\7-4.pdf") command and it did work but in this case I wont be supplieng the path but the actuall pdf from Access db. How can I retrieve the pdf and open it using such a statement?
thanx