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
Leonardo MacedoLeonardo Macedo 

How Can I Integrate SalesForce With Firebird DB?

I would like to know how integrate SF with the Firebird database
Thanks!
Best Answer chosen by Leonardo Macedo
James LoghryJames Loghry
You can integrate using external data if the DB supports oData protocol. You can integrate with anything that consumes a soap or RESTful api as well, such as custom web services or middleware like Jitterbit, Informatica, Oracle BPEL, etc to name a few.  I'd suggest hitting up trailhead (http://developer.salesforce.com/trailhead) and looking at the integration and REST and Soap API modules there.

All Answers

James LoghryJames Loghry
You can integrate using external data if the DB supports oData protocol. You can integrate with anything that consumes a soap or RESTful api as well, such as custom web services or middleware like Jitterbit, Informatica, Oracle BPEL, etc to name a few.  I'd suggest hitting up trailhead (http://developer.salesforce.com/trailhead) and looking at the integration and REST and Soap API modules there.
This was selected as the best answer
Leonardo MacedoLeonardo Macedo
Ty vm!
Myrna TamezMyrna Tamez
Hello Leonardo, were you able to integrate SF with Firebird?