질문 Update Acess Front End from file stored on Sharepoint

  • Sunday, July 22, 2012 11:36 AM
     
     

    Hello

    I have posted this request in an Access 2007 forum and was suggested to post it here

    I am using a utility (coding designed by Bob Lauren) to automatically up date a database front end from a shared drive. The company I work for has moved to Sharepoint

    The question I have given the same user rights can files be downloaded and installed locally from Sharepoint without going through our SharePoint site.

    Regards

    DP

All Replies

  • Saturday, July 28, 2012 11:01 PM
     
     

    Yes and No,

    Since SharePoint is the platform where the files are then you will be using SharePoint regardless for authentication and authorization. Yes, you can retrieve files in SharePoint as easily as modifying your script to map a drive with net use EXAMPLE net use z: "http://SharePoint.com/Shared Documents" , using PowerShell, or the SharePoint OM...

    -Ivan


    Ivan Sanders My LinkedIn Profile, My Blog, @iasanders.