You need to sign in to do that
Don't have an account?

Connecting to a remote MySQL database
Hi, I would like to create an application that connects to a remote MySQL database. I've seen apps that can schedule jobs to send the data to salesforce.com, but I would like to know if it is possible to sync the data between Salesforce.com and my MySQL database?
As I will be making changes within salesforce and my MySQL database.
Thanks in advance !
As I will be making changes within salesforce and my MySQL database.
Thanks in advance !
Beyond this you can consumer REST/SOAP services from within Apex on the platform using SOA Connect.
Aysnchronous Apex in the coming release will assist in scheduling this approach as well.
Dataloader from Salesforce is a great free tool for flat files, but for databases, it is actually pretty tough to configure and schedule.
There are a couple of great how-to articles on how to accomplish this integration.
Running from the Command Line
Step by Step how to configure DB
Also take a look at other Free App Exchange tools