Hey everybody,
Here's my problem:
We've created a codeunit which creates xml and pdf files and sends them out automatically to the customers. Now I want to store these files in external database (to avoid growth of NAV database).
I've already got set up reading from that database and I can run stored procedures without any problems. Problem arises, when I want to pass a file as a parameter.
As much as I could learn from the internet, my problem should be solved with ADO Stream Automation, but I can't find any examples or tips anywhere.
Can you please help me?
Thank you
0
Comments
Tino Ruijs
Microsoft Dynamics NAV specialist
These files will be used not just in NAV but also in SharePoint and external web applications - so storing them into a database is a logical and most compatible solution.
And when you synchronize the sharepoint-docs to your server? Then the files are automaticly uploaded to Sharepoint when you save a file in the sharepoint-directory on your server.
Tino Ruijs
Microsoft Dynamics NAV specialist
We can go back and forth on why we want to do this and why we don't want to use filesystem, but that is not the reason I opened this thread.
So... once again... can anyone help me out on this one?