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
embemb 

How to update data from salesforce database to mysql database

Hi,

 

I have a web site with MySQL database.

 

I also have some data in Salesforce that i want to use updating a MySQL table in my web site database.

 

Please... How can i make it?

 

Thanks

 

Emmanuel

 

 

 

savagenoobsavagenoob

I just query the Salesforce database using SOAP, push the fields I need into variables and do an insert into the database.

embemb

Hi savagenoob,

 

Thanks for your reply.

 

I'm good in php, but new in salesforce questions... How can i start to query the Salesforce database using SOAP, please?

 

i've already looked on the internet to get some information but these are not always efficient..

 

 

SoleesSolees

Hi emb, i think what you are looking for its this

http://wiki.developerforce.com/page/PHP_Toolkit_20.0_Query_Sample_%28Enterprise%29

 

remember to copy the php files that salesforce offers you so that you dont have to do the connection from scratch.

 

cheers