We have a migration coming up and 100's of Microsoft Word (2010-2013) templates (both .doc and .docx) saved with a Data Link Property pointing to the old server. I need to bulk update these Word documents to use the new database server name. I can't see that DocIO has ability to do this?
I don't particularly want to manually open 100+ documents and changing the server name manually, leaving open opportunities for mistakes.
In the mean time I will go old school and use OLE to programmatically open these documents in Word, process scan for a dialog form titled "Data Link Properties" and keystroke into it the correct server name and trigger the OK click, then using OLE I save the Word document.
It would be nicer to do this via Syncfussion, then it would be magnitudes faster, faster still if run asynchronously, and can run directly on the file server where often Office isn't installed.