
I have developed a sample app in salesforce, now i have a issue is that I need to import the results & data of that app into my local MSSQL Server database.
Can I be assisted in this regards
Thanks & Regards
Mahesh
1 answer
You will need either write code to use the Salesforce API to retrieve data from Salesforce and insert it into your local database, or you will have to write a webservice on top of your local database and then write Apex code to 'send' data to the local database using those webservices and @future methods.