I’m wondering if I can create a crystal report based on the files/attachments info. stored in the database. I want to open the actual file(s) (word docs, pdf, text files, etc.) stored in the table(oracle) from crystal report.
Is this possible? If yes can anyone please explain me how to achieve it in detail.
I know you can do this with pictures, but Im not sure about other types of doc. You see all those formats are probably stored as binary in your db in a blob or similar. Crystal needs something to convert them, that thing, specifically, is called OLE however, OLE doesnt really work with binary streams. OLE is a windows component by the way.