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
Sujit KarandeSujit Karande 

Pull data from local database into salesforce

Hello,
     I am trying to create a database on my local machine and wanted to access that data into salesforce. I read some documents and get to know we can achive this using integration services like REST API, Web services etc. If anyone knows or implemented it, I will be happy to know it.
GulshanRajGulshanRaj
Hi Sujit,

Because your database is on your machine only , you have to build your websevice, expose it on internet and consume into salesforce. 

Or if it is exposed on internet via serveral platform provider then you can access it via External Objects feature available in Salesforce. 

Please follow this link: https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_external_objects.htm


Thanks
Gulshan Raj
Sujit KarandeSujit Karande
@GulshanRaj 
 Thanks for your help. But somewhere I read that we can acheive this using various integration services also(like Jitterbit, Informatica cloud etc).So I was trying to do this using integration services. 

Correct me if I am wrong