Connect to Sharepoint Database through PHP

后端 未结 6 832
情话喂你
情话喂你 2021-01-02 10:53

I am not familiar with Sharepoint. I would like to query or read Sharepoint database using PHP.

Is there a way I can do that?

Thank you in advanc. Any help i

6条回答
  •  感情败类
    2021-01-02 11:41

    It's just a database - as long as you have the name of the server/database and the proper permissions, there is nothing that can stop you. However - the schema is pretty involved, so figuring out from there what you need can be tricky - depending on what you really want to do, you may be better off using the web services to access the Sharepoint OM.

    In case you want to write to the database directly - don't. There is no practical way to do that without getting yourself into deep trouble farther down the line, and support won't be able to help you out.

提交回复
热议问题