I'm having trouble understanding how to update a PDF file in a FileTable using SqlFileStream and am hoping someone here can help. I think I just need an overview of how this is accomplished.
In my forms application I'm retrieving the PDF with READ access and displaying it in a PDF control through/using MemoryStream.
After adding some annotations to the PDF file I want to save/update the PDF file, and this is where I get lost. Since the PDF file has been opened with READ access I'm guessing I'd have to open another stream with WRITE access but I don't know how this is done. Basically, I'd like to overwrite an existing PDF file in the database.
Thank you for any help/guidance,
Matt