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
MayankAdmMayankAdm 

Integrate MySql system through REST API

Hi All,

I have to integrate the mysql sytem through REST API with salesforce. means from the saleforce I have to retrive table from the MySql
If anybody have done this kind of implementation than please share with me your technical views 

Thanks,
Shashikant SharmaShashikant Sharma
Hi,

You require to expose your databse via some third party webservices. Then call these services from Apex to fetch the data.
MayankAdmMayankAdm
Hi Shashikant,

Thanks for reply !!

I really dont know how to expose the data . If you have a sample code than its really helpful for me 

Thanks,
Shashikant SharmaShashikant Sharma
To expose the APIs you need to have your databse on a live machine. I do not have sample code to share but if you start developing I could help you in that when you face issuses.