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
NaliniNalini 

Sync Salesforce and Mysql

 

Hi,

 

   I want to sync salesforce with mysql with a single button click using web service concept.Is that possible, if so plz tell me what are all the possibilities. Can u plz guide me.     

 

 

Regards,

Nalini

Message Edited by Nalini on 02-17-2009 03:10 AM
werewolfwerewolf
You certainly can do that with a PHP page (although you'll obviously have to create a data model in MySQL to match that in Salesforce.com).  Or you can get something like CastIron which allows you to build relationships between databases graphically.
NaliniNalini

Hi, 

 

Thank you so much, i used php scripting languge  to sync salesforce and Mysql using XAMPP software,now       i am able to fetch the records from SF to Mysql , but as a next step i just want to create a button in sales force and with a click of the button i need to connect to Mysql.

Is that possible? If so plz guide me with the further steps.  iam a newbie to this concept. can u plz guide me.

jimmijamminzjimmijamminz

Hi Nalini

 

Lookup DBAmp Pro or use the command line of data loader unless you would rather programme it using web services.