Hi,
Is it possible to open a DBF file that is located in a sharepoint folder ?
What should i write : USE ...
Thanks for your help
Philippe
Hi,
Is it possible to open a DBF file that is located in a sharepoint folder ?
What should i write : USE ...
Thanks for your help
Philippe
Jack, how is it that as a FiveWinner you’re working with SharePoint instead of building the same thing yourself using a few targeted ChatGPT prompts and a Cloudflared setup?
Best regards,
Otto
Hi,
Any sample ?
It is not only for DBF files, it is also to open a word or xls document .
What is the UNC instruction .
Thanks,
Philippe
In other words, a UNC path allows you to access a resource on another computer on the same local network using a specific format:
\server\share\folder\file.extension.
Example:
Code
\myserver\documents\report.docx
Hi
I am looking for the same samples with Sharepoint .
Any idea ?
Thanks .
Philippe
Philippe,
Antonio’s solutions work, but SharePoint cannot be accessed with a simple UNC path like \server\share. It is WebDAV/HTTP-based, not a native file share. If you need DBF access, you should either sync the library locally (OneDrive/SharePoint client) or set up your own web server for direct file access.
Best regards,
Otto