S
SK
I have to do "Mail Merge" on Word 2003 and my Data Source is residing on the
WebServer.
I find that the OLEDB Provider for Internet publishing can get the files
from Server through WebDAV.
I tried to setup a test virtual directory and on IIS 5.0 on XP and tried to
connect to it. I have a datasource file in an HTML file.
ON word, I clicked on "Open Data Soruce->New Source ->Other/Advanced"
Now select "OLE DB Provider for Internet Publishing".
In the connection tab, I give the details of the WebDAV URL.
Test the connection and click OK
Using fiddler, I can see that the follwing command is issues:
PROPFIND /TestVirDir
and return value is 207.
But there was no GET command issued and hence the source was not fetched.
Please help on how to get this WebDAV stuff working with Word.
WebServer.
I find that the OLEDB Provider for Internet publishing can get the files
from Server through WebDAV.
I tried to setup a test virtual directory and on IIS 5.0 on XP and tried to
connect to it. I have a datasource file in an HTML file.
ON word, I clicked on "Open Data Soruce->New Source ->Other/Advanced"
Now select "OLE DB Provider for Internet Publishing".
In the connection tab, I give the details of the WebDAV URL.
Test the connection and click OK
Using fiddler, I can see that the follwing command is issues:
PROPFIND /TestVirDir
and return value is 207.
But there was no GET command issued and hence the source was not fetched.
Please help on how to get this WebDAV stuff working with Word.