Hi All,
I need to create SharePoint 2010 sandbox solution, where I have requirement to access databases (SQL or Oracle), but farm level deployment is not allowed.
So I have two options.
1] either I can go for Full-Trust proxy, but to deploy this I need to access to GAC, which is not possible due to farm level deployment is not allowed.
2] Or using SharePoint client object model, where there is no any CAS policy restriction
But I am not sure how to access external databases in SharePoint Client Object Model which get deployed as Sandbox Solution.