Historically we have been saving blobs into ASE database tables through olecontrol.
Now I want to discard the ole container used to open them as the scope has changed to attachments, which have a life of their own.
So there are 2 methods currently in saving the files and opening them. I want to use just the one where we save the binary directly and then open with a shellexecute.
The problem I have is that we now have various types of file pdf, jpg, bmp etc which I can not convert. The microsoft files appear to be fine when I:
1. activate olecontrol
2. saveas to file in the system
3. fileopen/fileexec into blob
4. save to database.
but the pdf's, etc do not allow me to open them.
Is there a way of converting these blobs so they no longer have any ole detail and return to being just simple files?
I am not an expert in ole technology, I seemed to have avoided it this long!
Thank you in advance
Andy
Now I want to discard the ole container used to open them as the scope has changed to attachments, which have a life of their own.
So there are 2 methods currently in saving the files and opening them. I want to use just the one where we save the binary directly and then open with a shellexecute.
The problem I have is that we now have various types of file pdf, jpg, bmp etc which I can not convert. The microsoft files appear to be fine when I:
1. activate olecontrol
2. saveas to file in the system
3. fileopen/fileexec into blob
4. save to database.
but the pdf's, etc do not allow me to open them.
Is there a way of converting these blobs so they no longer have any ole detail and return to being just simple files?
I am not an expert in ole technology, I seemed to have avoided it this long!
Thank you in advance
Andy