Connect Salesforce to MS SQL Server via APIGEE,HI,

Hi,

We have a urgent requirement to connect to SQL Server for 2 way data flow via APIGEE. Is it feasible to do so ? I can't find much material on this situation.

Thanks in advance.

,

0 2 70
2 REPLIES 2

Not applicable

There is no direct way to connect to a db from Apigee. You can have one api over the db and operate through api proxy in Apigee.

Apigee is an HTTP proxy. Apigee can connect to an HTTP endpoint.

If I were trying to front SQL Server, What I would do is, set up an app that listens on HTTPS and queries SQL Server. There are many options for doing this. For example use nodejs and seriate. OR C# and whatever.

Then connect Apigee to that app.