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
Nathan_TGCFNathan_TGCF 

Should I use salesforce or just the mysql route?

Hi all, I have a question.

I work for a foundation and they want to store data in custom objects, then build a PHP application to call that data and manage it. I've done this before with chatter data, but the response times were, well, slow compared to MySQL database on localhost.

Does anyone have any suggestions? I'd like to use Salesforce, I would. But I can do it all from PHP and MySQL and have a little more customization available to me.

adamgadamg

Take a look at cloudconnect.com; the service will automatically sync your salesforce data with mysql (in both directions).  That way you don't have to choose one or the other - just augment force.com with mysql / php where you see fit.

Ashish_SFDCAshish_SFDC

Hi Nathan, 

 

If it is a foundation you will get free licenses from salesforce. 

Salesforce is relatively good to customize and use, lot of tools and automated code is available for Foundation Orgs. 

I would suggest take a look at the links below, 

http://www.salesforcefoundation.org/faqs

http://www.salesforcefoundation.org/power-of-us

http://www.salesforcefoundation.org/nonprofit

http://www.salesforcefoundation.org/solutions

 

Regards,

Ashish

 

Nathan_TGCFNathan_TGCF

Thanks everyone, we're doing both Salesforce and MySQL in the end. I just can't justify not using Salesforce.