Rixa79 Posted May 30, 2017 Report Share Posted May 30, 2017 Hi, Can't find any recent topics about this subject or topics at all. My need is to read a list of measurement equipment data from Microsoft Sharepoint using LabVIEW. Only answers that I could find is that I would need to read the HTML code from the pages or just access some files that are stored in the sharepoint directories, but I think these files will not include the needed metadata for the measurement equipment, calibration dates etc. Is there any reasonable way to interact with sharepoint via LabVIEW or atleast to be able to read the data from sharepoint? Quote Link to comment
smithd Posted May 30, 2017 Report Share Posted May 30, 2017 Sharepoint has a web service API: https://msdn.microsoft.com/EN-US/library/office/dn450841.aspx Never used it but that seems to be the answer Quote Link to comment
Rolf Kalbermatter Posted June 2, 2017 Report Share Posted June 2, 2017 On 5/30/2017 at 5:33 PM, smithd said: Sharepoint has a web service API: https://msdn.microsoft.com/EN-US/library/office/dn450841.aspx Definitely! Accessing directly the Sharepoint SQL Server database is a deadly sin that puts your entire Sharepoint solution immediately into fully unsupported mode AFA Microsoft is concerned, even if you only do queries. 1 Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.