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
test777test777 

Urgent:sending bulk of records from salesforce to other databases(like oracle,mysql)

Hi All,

      I want to send bulk of records from salesforce to other database using http callout.Any one can you please help me.Its urgent.

 

Thanks in advance.

IspitaIspita

Hi,

You can do this using Apex Web Services.

 

Apex Web Services allow you to write Apex logic and expose the logic as a web service that an external application can invoke. This allows you to expose your Apex scripts so that external applications can access your code and your Force.com application. In other words, you can write you own custom web services with Apex.

 

For more on this refer to the link :-

 

 

http://wiki.developerforce.com/page/Apex_Web_Services_and_Callouts

 

 

Hope this helps....