function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KHILADIKHILADI 

Access Data Outside Sales force.

Hi,
 
 
     I am new to sales force I have read the documentation and all that stuff but now I have some questions :
 
  
   1>  What is the way for interfacing .NET application with Sales force.??
         Like I want to have some prebuilt application in .NET and I want to port it to Sales force
 
 
  2>  Can we access data outside from sales force ??If yes then how??
 
        I want to access data say from excel file or may be access,oracle or be it any database outside.So is there any way to access that data programatically using force.com
 
 
Any hits would be appreciated,
 
Thanks in Advance,
KHILADI
 
 
sara .netsara .net

Answer for your Question1: your Question is bit contradictory, you are talking about interfacing with salesforce.com as well as porting with salesforce.com. simple answer is No for porting, as of now we don’t have any porting application or component that can port the .NET application to salesforce.com. 

       Still you can think of one way, use some mechanism to port the ASPX Page to its equivalent Declarative Metadata and by using Metadata API's you can deploy the app to force.com.